From b0c8b2517730c350c097585df45d335f1099ce86 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 9 Sep 2013 20:29:32 +0000 Subject: [PATCH] Another attempt to fix windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190350 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/compact-unwind.ll | 2 +- test/CodeGen/X86/no-compact-unwind.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/compact-unwind.ll b/test/CodeGen/X86/compact-unwind.ll index e15949bb0d5..0d02f61b2f8 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 diff --git a/test/CodeGen/X86/no-compact-unwind.ll b/test/CodeGen/X86/no-compact-unwind.ll index 16fd7bcb9c6..1cd9fd4fabe 100644 --- a/test/CodeGen/X86/no-compact-unwind.ll +++ b/test/CodeGen/X86/no-compact-unwind.ll @@ -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 -- 2.34.1