brintos

brintos / llvm-project-archived public Read only

0
0
Text · 226 B · 04e67ad Raw
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