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

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 18:53:26 PDT 2019


Author: sbc
Date: Fri Jun 28 18:53:26 2019
New Revision: 364705

URL: http://llvm.org/viewvc/llvm-project?rev=364705&view=rev
Log:
Partial revert of "[llvm-ar] Document response file support in --help"

This is partial revert of 70a8027c60fe1f95e8a8a1ff6575ebf8778d3544.

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

Removed:
    llvm/trunk/test/tools/llvm-ar/response-file.test

Removed: llvm/trunk/test/tools/llvm-ar/response-file.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-ar/response-file.test?rev=364704&view=auto
==============================================================================
--- llvm/trunk/test/tools/llvm-ar/response-file.test (original)
+++ llvm/trunk/test/tools/llvm-ar/response-file.test (removed)
@@ -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




More information about the llvm-commits mailing list