[llvm] r186202 - Rename directory to avoid problems on windows.
Rafael Espindola
rafael.espindola at gmail.com
Fri Jul 12 13:53:23 PDT 2013
Author: rafael
Date: Fri Jul 12 15:53:23 2013
New Revision: 186202
URL: http://llvm.org/viewvc/llvm-project?rev=186202&view=rev
Log:
Rename directory to avoid problems on windows.
Added:
llvm/trunk/test/Object/Inputs/Other/
llvm/trunk/test/Object/Inputs/Other/evenlen
- copied, changed from r186200, llvm/trunk/test/Object/Inputs/AUX/evenlen
Removed:
llvm/trunk/test/Object/Inputs/AUX/evenlen
Modified:
llvm/trunk/test/Object/archive-update.test
Removed: llvm/trunk/test/Object/Inputs/AUX/evenlen
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/Inputs/AUX/evenlen?rev=186201&view=auto
==============================================================================
--- llvm/trunk/test/Object/Inputs/AUX/evenlen (original)
+++ llvm/trunk/test/Object/Inputs/AUX/evenlen (removed)
@@ -1 +0,0 @@
-newer
Copied: llvm/trunk/test/Object/Inputs/Other/evenlen (from r186200, llvm/trunk/test/Object/Inputs/AUX/evenlen)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/Inputs/Other/evenlen?p2=llvm/trunk/test/Object/Inputs/Other/evenlen&p1=llvm/trunk/test/Object/Inputs/AUX/evenlen&r1=186200&r2=186202&rev=186202&view=diff
==============================================================================
(empty)
Modified: llvm/trunk/test/Object/archive-update.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/archive-update.test?rev=186202&r1=186201&r2=186202&view=diff
==============================================================================
--- llvm/trunk/test/Object/archive-update.test (original)
+++ llvm/trunk/test/Object/archive-update.test Fri Jul 12 15:53:23 2013
@@ -6,7 +6,7 @@ RUN: cd %T
RUN: rm -f %t.a
Create an achive with the newest file
-RUN: llvm-ar r %t.a %p/Inputs/AUX/evenlen
+RUN: llvm-ar r %t.a %p/Inputs/Other/evenlen
RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s
Check that without the 'u' option the member is replaced with an older file.
@@ -14,7 +14,7 @@ RUN: llvm-ar r %t.a %p/Inputs/evenlen
RUN: llvm-ar p %t.a | FileCheck --check-prefix=OLDER %s
Check that with the 'u' option the member is replaced with a newer file.
-RUN: llvm-ar ru %t.a %p/Inputs/AUX/evenlen
+RUN: llvm-ar ru %t.a %p/Inputs/Other/evenlen
RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s
Check that with the 'u' option the member is not replaced with an older file.
More information about the llvm-commits
mailing list