summaryrefslogtreecommitdiff
path: root/test/Object/archive-thin-paths.test
blob: 8dbf3be0e180207a6f1a983127a9623cf96580c1 (plain)
1
2
3
4
5
6
7
8
9
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