Changeset View
Changeset View
Standalone View
Standalone View
test/Object/archive-thin-paths.test
REQUIRES: system-windows | REQUIRES: system-windows | ||||
RUN: cd %T | RUN: cd `dirname %t` | ||||
RUN: mkdir -p archive-thin-paths.dir | RUN: mkdir -p archive-thin-paths.dir | ||||
RUN: echo foo > archive-thin-paths.dir/foo.o | RUN: echo foo > archive-thin-paths.dir/foo.o | ||||
RUN: rm -f archive-thin-paths.a | RUN: rm -f archive-thin-paths.a | ||||
RUN: llvm-ar rcsT archive-thin-paths.a archive-thin-paths.dir\foo.o | 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 | RUN: grep archive-thin-paths.dir/foo.o archive-thin-paths.a |