diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-12 20:53:23 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-12 20:53:23 +0000 |
commit | 554eaad04e7fadb9f8ce5ed2111f2718b0289a04 (patch) | |
tree | b08a580e3cbcb4237e96524bf1e8796738dc7908 /llvm/test/Object | |
parent | 9ca7f75bc10b6e951d81e4200cf9c31890f76644 (diff) | |
download | bcm5719-llvm-554eaad04e7fadb9f8ce5ed2111f2718b0289a04.tar.gz bcm5719-llvm-554eaad04e7fadb9f8ce5ed2111f2718b0289a04.zip |
Rename directory to avoid problems on windows.
llvm-svn: 186202
Diffstat (limited to 'llvm/test/Object')
-rw-r--r-- | llvm/test/Object/Inputs/Other/evenlen (renamed from llvm/test/Object/Inputs/AUX/evenlen) | 0 | ||||
-rw-r--r-- | llvm/test/Object/archive-update.test | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Object/Inputs/AUX/evenlen b/llvm/test/Object/Inputs/Other/evenlen index d58ed19c91e..d58ed19c91e 100644 --- a/llvm/test/Object/Inputs/AUX/evenlen +++ b/llvm/test/Object/Inputs/Other/evenlen diff --git a/llvm/test/Object/archive-update.test b/llvm/test/Object/archive-update.test index 761cd1aca69..c8e5afb71a3 100644 --- a/llvm/test/Object/archive-update.test +++ b/llvm/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. |