7 lines · plain
1# RUN: llc -filetype=obj -o %t.o %S/Inputs/main-ret-0.ll2# RUN: cp %t.o %t.a3# RUN: not llvm-jitlink -noexec %t.o %t.a4#5# Try to load an object file as if it were an archive. Should result in an6# error, rather than a crash.7 1# RUN: llc -filetype=obj -o %t.o %S/Inputs/main-ret-0.ll2# RUN: cp %t.o %t.a3# RUN: not llvm-jitlink -noexec %t.o %t.a4#5# Try to load an object file as if it were an archive. Should result in an6# error, rather than a crash.7