Another attempt to fix windows buildbots.
[oota-llvm.git] / test / CodeGen / X86 / 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