forked from OSchip/llvm-project
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:
parent
3115f75bf8
commit
b5dce473e3
|
@ -1,6 +1,4 @@
|
||||||
RUN: mkdir %T/Inputs
|
RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s
|
||||||
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
|
This test doesn't produce any filesytstem output, we just look at the verbose
|
||||||
log output.
|
log output.
|
||||||
|
|
Loading…
Reference in New Issue