We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dddfc commit d41611cCopy full SHA for d41611c
llvm/test/tools/dsymutil/fat-binary-output.test
@@ -1,4 +1,6 @@
1
-RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s
+RUN: mkdir %T/Inputs
2
+RUN: cp %p/Inputs/fat-test.* %T/Inputs
3
+RUN: llvm-dsymutil -verbose -no-output %T/Inputs/fat-test.dylib -oso-prepend-path %T | FileCheck %s
4
5
This test doesn't produce any filesytstem output, we just look at the verbose
6
log output.
0 commit comments