mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 01:06:05 +00:00
Make sure all temporary files get created under %T.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244163 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b709aa2a3
commit
3d0846737a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user