diff options
author | Frederic Riss <friss@apple.com> | 2015-08-05 23:53:38 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2015-08-05 23:53:38 +0000 |
commit | b5dce473e3bbc5300c9563b87d525558121f643c (patch) | |
tree | 63ca19b78729449e76ca063800f50ffb70b1eb52 /llvm/test | |
parent | 3115f75bf8a2d19ada8e971c069e0381bb5c0b8a (diff) | |
download | bcm5719-llvm-b5dce473e3bbc5300c9563b87d525558121f643c.tar.gz bcm5719-llvm-b5dce473e3bbc5300c9563b87d525558121f643c.zip |
Revert "Make sure all temporary files get created under %T."
This reverts commit r244163. The workaround shouldn't be necessary
after r244172, and moreover the commit was slightly buggy as it
dis a simple mkdir without removing the directory first, which could
cause 'File exists' errors.
llvm-svn: 244182
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/tools/dsymutil/fat-binary-output.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/tools/dsymutil/fat-binary-output.test b/llvm/test/tools/dsymutil/fat-binary-output.test index 9a3d5ec14b1..29d49041453 100644 --- a/llvm/test/tools/dsymutil/fat-binary-output.test +++ b/llvm/test/tools/dsymutil/fat-binary-output.test @@ -1,6 +1,4 @@ -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 +RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s This test doesn't produce any filesytstem output, we just look at the verbose log output. |