mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-15 08:58:51 +00:00
0f03473737
This makes these thin archives portable between *nix and Windows. Differential Revision: https://reviews.llvm.org/D26696 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287038 91177308-0d34-0410-b5e6-96231b3b80d8
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
|