Partial revert of "[llvm-ar] Document response file support in --help"

This is partial revert of 70a8027c60.

The test apparently failed on win32 bots due to the way slashes in
pathnames are handled.

llvm-svn: 364705
This commit is contained in:
Sam Clegg 2019-06-29 01:53:26 +00:00
parent 765eba38c8
commit b72664fd21
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
RUN: touch %t-a.txt %t-b.txt %t-c.txt
RUN: echo "rcs %t.a %t-a.txt %t-b.txt %t-c.txt" > %t-response
RUN: rm -f %t.a
RUN: llvm-ar @%t-response
RUN: llvm-ar t %t.a | FileCheck %s
CHECK: a.txt
CHECK-NEXT: b.txt
CHECK-NEXT: c.txt