Files
clang-p2996/llvm/test/Assembler/getInt.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

4 lines
125 B
LLVM

; RUN: not opt < %s 2>&1 | grep 'not a number, or does not fit in an unsigned int'
target datalayout = "p:4294967296:64:64"