1; RUN: not lli -jit-kind=orc-lazy -extra-object %p/Inputs/empty-object-file.o %s 2>&1 | FileCheck %s
2;
3; Test that bad object files yield an error.
4
5; CHECK: The file was not recognized as a valid object file
6define i32 @main(i32 %argc, ptr %argv) {
7entry:
8 ret i32 0
9}
10