summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/archive-thin-paths.test
blob: 21788b47acc1dc7ac43a6039a2c71c53e883a777 (plain)
1
2
3
4
5
6
7
8
9
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
OpenPOWER on IntegriCloud