Files
clang-p2996/llvm/test/Assembler/datalayout-invalid-function-ptr-alignment.ll
Nikita Popov ee4d09b8bb [AsmParser] Report invalid data layout more gracefully
Report this as a normal LLParser error, rather than a fatal error.
2022-07-13 10:24:47 +02:00

6 lines
127 B
LLVM

; RUN: not llvm-as %s 2>&1 | FileCheck %s
; CHECK: error: Alignment is neither 0 nor a power of 2
target datalayout = "Fi24"