aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-12 20:53:23 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-12 20:53:23 +0000
commit17d8c751ae4e5efb3907385303d63e7310765f76 (patch)
tree9af5763092edca4ebeca2fb7d82293e3b9a49c3d /test/Object
parentf745d9534767f271c84eb842ef4c4979f637882a (diff)
downloadexternal_llvm-17d8c751ae4e5efb3907385303d63e7310765f76.zip
external_llvm-17d8c751ae4e5efb3907385303d63e7310765f76.tar.gz
external_llvm-17d8c751ae4e5efb3907385303d63e7310765f76.tar.bz2
Rename directory to avoid problems on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186202 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/Inputs/Other/evenlen (renamed from test/Object/Inputs/AUX/evenlen)0
-rw-r--r--test/Object/archive-update.test4
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Object/Inputs/AUX/evenlen b/test/Object/Inputs/Other/evenlen
index d58ed19..d58ed19 100644
--- a/test/Object/Inputs/AUX/evenlen
+++ b/test/Object/Inputs/Other/evenlen
diff --git a/test/Object/archive-update.test b/test/Object/archive-update.test
index 761cd1a..c8e5afb 100644
--- a/test/Object/archive-update.test
+++ b/test/Object/archive-update.test
@@ -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.