projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b709aa
)
Make sure all temporary files get created under %T.
author
Artem Belevich
<tra@google.com>
Wed, 5 Aug 2015 22:54:36 +0000
(22:54 +0000)
committer
Artem Belevich
<tra@google.com>
Wed, 5 Aug 2015 22:54:36 +0000
(22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244163
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/tools/dsymutil/fat-binary-output.test
patch
|
blob
|
history
diff --git
a/test/tools/dsymutil/fat-binary-output.test
b/test/tools/dsymutil/fat-binary-output.test
index 29d49041453e029043870320a94b3b7a985e128d..9a3d5ec14b1ce0c4ea58eb8d91caf96a4ced190a 100644
(file)
--- a/
test/tools/dsymutil/fat-binary-output.test
+++ b/
test/tools/dsymutil/fat-binary-output.test
@@
-1,4
+1,6
@@
-RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s
+RUN: mkdir %T/Inputs
+RUN: cp %p/Inputs/fat-test.* %T/Inputs
+RUN: llvm-dsymutil -verbose -no-output %T/Inputs/fat-test.dylib -oso-prepend-path %T | FileCheck %s
This test doesn't produce any filesytstem output, we just look at the verbose
log output.