7 lines
226 B
Text
7 lines
226 B
Text
|
# RUN: llc -filetype=obj -o %t.o %S/Inputs/main-ret-0.ll
|
||
|
# RUN: cp %t.o %t.a
|
||
|
# RUN: not llvm-jitlink -noexec %t.o %t.a
|
||
|
#
|
||
|
# Try to load an object file as if it were an archive. Should result in an
|
||
|
# error, rather than a crash.
|