brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · d8dff78 Raw
9 lines · plain
1RUN: yaml2obj %S/Inputs/macho.yaml -o %t.o2 3RUN: rm -f %t.ar4RUN: llvm-ar --format=gnu crs %t.ar %t.o5RUN: not grep -q __.SYMDEF %t.ar6 7Ensure that we honour a specific request8 9