OSDN Git Service

Partial revert of "[llvm-ar] Document response file support in --help"
authorSam Clegg <sbc@chromium.org>
Sat, 29 Jun 2019 01:53:26 +0000 (01:53 +0000)
committerSam Clegg <sbc@chromium.org>
Sat, 29 Jun 2019 01:53:26 +0000 (01:53 +0000)
This is partial revert of 70a8027c60fe1f95e8a8a1ff6575ebf8778d3544.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364705 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-ar/response-file.test [deleted file]

diff --git a/test/tools/llvm-ar/response-file.test b/test/tools/llvm-ar/response-file.test
deleted file mode 100644 (file)
index 9e248d6..0000000
+++ /dev/null
@@ -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