blob: 04e67adee7446ace381b6a99841198576311f460 [file] [log] [blame]
# 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.