brintos

brintos / llvm-project-archived public Read only

0
0
Text · 152 B · 7223241 Raw
5 lines · plain
1// REQUIRES: x862// RUN: llvm-ar rc %t.a3// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o4// RUN: ld.lld -shared %t.o %t.a -o /dev/null5