xref: /aosp_15_r20/external/llvm/test/Assembler/invalid-datalayout14.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2target datalayout = "i64:64:16"
3; CHECK: Preferred alignment cannot be less than the ABI alignment
4