15f711c79SLang Hames; RUN: not lli -jit-kind=orc-lazy -extra-object %p/Inputs/empty-object-file.o %s 2>&1 | FileCheck %s 25f711c79SLang Hames; 35f711c79SLang Hames; Test that bad object files yield an error. 45f711c79SLang Hames 55f711c79SLang Hames; CHECK: The file was not recognized as a valid object file 6*2d56d8c4SMatt Arsenaultdefine i32 @main(i32 %argc, ptr %argv) { 75f711c79SLang Hamesentry: 85f711c79SLang Hames ret i32 0 95f711c79SLang Hames} 10