summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/compact-unwind.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-09-09 20:22:38 +0000
committerBill Wendling <isanbard@gmail.com>2013-09-09 20:22:38 +0000
commite1e9008e7c2266f0cfe72b43bda9dd3e5dfbef64 (patch)
treebd061b53733fbeae959c9f51904bbf094e95100e /test/CodeGen/X86/compact-unwind.ll
parente93ad1a580188aef70a6a1ee771b0bd573b69e22 (diff)
downloadllvm-e1e9008e7c2266f0cfe72b43bda9dd3e5dfbef64.tar.gz
llvm-e1e9008e7c2266f0cfe72b43bda9dd3e5dfbef64.tar.bz2
llvm-e1e9008e7c2266f0cfe72b43bda9dd3e5dfbef64.tar.xz
Attempt to fix buildbots by giving an explicit output to the llvm-mc command.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/compact-unwind.ll')
-rw-r--r--test/CodeGen/X86/compact-unwind.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/compact-unwind.ll b/test/CodeGen/X86/compact-unwind.ll
index e1c51c7de1..e15949bb0d 100644
--- a/test/CodeGen/X86/compact-unwind.ll
+++ b/test/CodeGen/X86/compact-unwind.ll
@@ -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