mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
68b2f7b24c
llvm-svn: 311296
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
REQUIRES: system-windows
|
|
|
|
RUN: rm -rf %t && mkdir -p %t && cd %t
|
|
RUN: mkdir -p archive-thin-paths.dir
|
|
RUN: echo foo > archive-thin-paths.dir/foo.o
|
|
|
|
RUN: rm -f archive-thin-paths.a
|
|
RUN: llvm-ar rcsT archive-thin-paths.a archive-thin-paths.dir\foo.o
|
|
RUN: grep archive-thin-paths.dir/foo.o archive-thin-paths.a
|