brintos

brintos / llvm-project-archived public Read only

0
0
Text · 309 B · a7ce44a Raw
11 lines · plain
1RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj2 3RUN: rm -f %t.ar4RUN: llvm-ar crs %t.ar %t.obj5RUN: not grep -q __.SYMDEF %t.ar6 7Ensure that we generate a GNU style archive for COFF by default.  The GNU linker8expects that it will be in GNU format.  The lib format on Windows is compatible9with the GNU format.10 11