projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda27e8
)
Don't write output to 'a.out', write it to a temporary file. This fixes
author
Chandler Carruth
<chandlerc@gmail.com>
Tue, 10 Mar 2015 08:06:49 +0000
(08:06 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Tue, 10 Mar 2015 08:06:49 +0000
(08:06 +0000)
the test when run frem a read-only checkout of the source tree.
llvm-svn: 231769
lld/test/mach-o/use-simple-dylib.yaml
patch
|
blob
|
history
diff --git
a/lld/test/mach-o/use-simple-dylib.yaml
b/lld/test/mach-o/use-simple-dylib.yaml
index
dcc6b46
..
0da7d1b
100644
(file)
--- a/
lld/test/mach-o/use-simple-dylib.yaml
+++ b/
lld/test/mach-o/use-simple-dylib.yaml
@@
-1,4
+1,4
@@
-# RUN: lld -flavor darwin -arch x86_64 -print_atoms -r %s | FileCheck %s
+# RUN: lld -flavor darwin -arch x86_64 -print_atoms -r %s
-o %t
| FileCheck %s
--- !mach-o