mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 05:01:56 +00:00
2c0bca49b1
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
|