forked from OSchip/llvm-project
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
REQUIRES: system-windows
|
|
|
|
RUN: 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
|