summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/compact-unwind.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-09-09 20:29:32 +0000
committerBill Wendling <isanbard@gmail.com>2013-09-09 20:29:32 +0000
commitb0c8b2517730c350c097585df45d335f1099ce86 (patch)
treeedf36b224677aafafee1772d5aacb05d36dd0d65 /test/CodeGen/X86/compact-unwind.ll
parente1e9008e7c2266f0cfe72b43bda9dd3e5dfbef64 (diff)
downloadllvm-b0c8b2517730c350c097585df45d335f1099ce86.tar.gz
llvm-b0c8b2517730c350c097585df45d335f1099ce86.tar.bz2
llvm-b0c8b2517730c350c097585df45d335f1099ce86.tar.xz
Another attempt to fix windows buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190350 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 e15949bb0d..0d02f61b2f 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 -o - \
+; RUN: | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -s - \
; RUN: | FileCheck -check-prefix=FROM-ASM %s