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
This commit is contained in:
Frederic Riss 2015-08-05 23:53:38 +00:00
parent 3115f75bf8
commit b5dce473e3
1 changed files with 1 additions and 3 deletions

View File

@ -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.