Attempt to fix buildbots by giving an explicit output to the llvm-mc command.
authorBill Wendling <isanbard@gmail.com>
Mon, 9 Sep 2013 20:22:38 +0000 (20:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 9 Sep 2013 20:22:38 +0000 (20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190349 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/compact-unwind.ll
test/CodeGen/X86/no-compact-unwind.ll

index e1c51c7de111468ab630b8dcec7a43bb155341c0..e15949bb0d590e52461ea3abb6a99576b09b6476 100644 (file)
@@ -3,7 +3,7 @@
 ; RUN:  | llvm-objdump -triple x86_64-apple-darwin11 -s - \
 ; RUN:  | FileCheck -check-prefix=CU %s
 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 \
-; RUN:  | llvm-mc -filetype=obj \
+; RUN:  | llvm-mc -filetype=obj -o - \
 ; RUN:  | llvm-objdump -triple x86_64-apple-darwin11 -s - \
 ; RUN:  | FileCheck -check-prefix=FROM-ASM %s
 
index fcc85371dfe9df58ccebbf79027513bbf35adf0a..16fd7bcb9c6e3fe3483f1f8c65c27b58ce35517f 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN:  | llvm-objdump -triple x86_64-apple-macosx10.8.0 -s - \
 ; RUN:  | FileCheck -check-prefix=CU %s
 ; RUN: llc < %s -mtriple x86_64-apple-darwin11 \
-; RUN:  | llvm-mc -filetype=obj \
+; RUN:  | llvm-mc -filetype=obj -o - \
 ; RUN:  | llvm-objdump -triple x86_64-apple-darwin11 -s - \
 ; RUN:  | FileCheck -check-prefix=FROM-ASM %s