brintos

brintos / llvm-project-archived public Read only

0
0
Text · 308 B · 8dbf3be Raw
10 lines · plain
1REQUIRES: system-windows2 3RUN: rm -rf %t && mkdir -p %t && cd %t4RUN: mkdir -p archive-thin-paths.dir5RUN: echo foo > archive-thin-paths.dir/foo.o6 7RUN: rm -f archive-thin-paths.a8RUN: llvm-ar rcsT archive-thin-paths.a archive-thin-paths.dir\foo.o9RUN: grep archive-thin-paths.dir/foo.o archive-thin-paths.a10