Another attempt to fix windows buildbots.
authorBill Wendling <isanbard@gmail.com>
Mon, 9 Sep 2013 20:29:32 +0000 (20:29 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 9 Sep 2013 20:29:32 +0000 (20:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190350 91177308-0d34-0410-b5e6-96231b3b80d8

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

index e15949bb0d590e52461ea3abb6a99576b09b6476..0d02f61b2f89005e8fa7c8e9649c4f31591e9949 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 -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
 
index 16fd7bcb9c6e3fe3483f1f8c65c27b58ce35517f..1cd9fd4fabe0683ead5e4f346d55be3bb493bf27 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 -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