1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/tools/llvm-ar/override.test
2019-05-01 15:31:15 +00:00

9 lines
178 B
Plaintext

RUN: yaml2obj %S/Inputs/macho.yaml -o %t.o
RUN: rm -f %t.ar
RUN: llvm-ar --format=gnu crs %t.ar %t.o
RUN: not grep -q __.SYMDEF %t.ar
Ensure that we honour a specific request