[llvm] r190350 - Another attempt to fix windows buildbots.
Bill Wendling
isanbard at gmail.com
Mon Sep 9 13:29:32 PDT 2013
Author: void
Date: Mon Sep 9 15:29:32 2013
New Revision: 190350
URL: http://llvm.org/viewvc/llvm-project?rev=190350&view=rev
Log:
Another attempt to fix windows buildbots.
Modified:
llvm/trunk/test/CodeGen/X86/compact-unwind.ll
llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll
Modified: llvm/trunk/test/CodeGen/X86/compact-unwind.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/compact-unwind.ll?rev=190350&r1=190349&r2=190350&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/compact-unwind.ll (original)
+++ llvm/trunk/test/CodeGen/X86/compact-unwind.ll Mon Sep 9 15:29:32 2013
@@ -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
Modified: llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll?rev=190350&r1=190349&r2=190350&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll (original)
+++ llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll Mon Sep 9 15:29:32 2013
@@ -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
More information about the llvm-commits
mailing list