projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4052cf
)
Fix the order of operations.
author
Adrian Prantl
<aprantl@apple.com>
Wed, 23 Sep 2015 18:09:01 +0000
(18:09 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Wed, 23 Sep 2015 18:09:01 +0000
(18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248406
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/tools/dsymutil/X86/mismatch.m
patch
|
blob
|
history
diff --git
a/test/tools/dsymutil/X86/mismatch.m
b/test/tools/dsymutil/X86/mismatch.m
index 832f9f474ef108889a10b7cf209b2e85eb517b48..ddb4b68b943e1a7e1a59fa81e775484d739f7b64 100644
(file)
--- a/
test/tools/dsymutil/X86/mismatch.m
+++ b/
test/tools/dsymutil/X86/mismatch.m
@@
-15,7
+15,7
@@
*/
// RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \
-// RUN: -y %p/dummy-debug-map.map -o %t.bin
2>&1 >%t
+// RUN: -y %p/dummy-debug-map.map -o %t.bin
>%t 2>&1
// RUN: cat %t
// RUN: cat %t | FileCheck %s