[llvm-nm] - Fix a bug and unbreak ASan BB.
[llvm-complete.git] / test / ExecutionEngine / OrcLazy / bad-object-file.ll
blob63ab8ad0d9371be1bca878897877b32bc6b202ee
1 ; RUN: not lli -jit-kind=orc-lazy -extra-object %p/Inputs/empty-object-file.o %s 2>&1 | FileCheck %s
3 ; Test that bad object files yield an error.
5 ; CHECK: The file was not recognized as a valid object file
6 define i32 @main(i32 %argc, i8** %argv) {
7 entry:
8   ret i32 0