[PATCH] D11786: Make sure dsymutil temporary files (with names derived from input files) get created under %T.

Artem Belevich tra at google.com
Wed Aug 5 15:52:37 PDT 2015


tra created this revision.
tra added reviewers: echristo, friss.
tra added a subscriber: llvm-commits.

http://reviews.llvm.org/D11786

Files:
  test/tools/dsymutil/fat-binary-output.test

Index: test/tools/dsymutil/fat-binary-output.test
===================================================================
--- test/tools/dsymutil/fat-binary-output.test
+++ 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11786.31409.patch
Type: text/x-patch
Size: 586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150805/3bcea210/attachment.bin>


More information about the llvm-commits mailing list