From 7cf9abff233c68f0bfea365b5c56232d4de96ebe Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Jan 2008 06:26:07 +0000 Subject: [PATCH] Add target triples to these so they don't fail on linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46496 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll | 2 ++ test/CodeGen/X86/2008-01-25-EmptyFunction.ll | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll index 909e8ee0e95..38ae87ce8c0 100644 --- a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll +++ b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll @@ -1,4 +1,6 @@ ; RUN: llvm-as < %s | llc -march=ppc32 | grep nop +target triple = "powerpc-apple-darwin8" + define void @bork() noreturn nounwind { entry: diff --git a/test/CodeGen/X86/2008-01-25-EmptyFunction.ll b/test/CodeGen/X86/2008-01-25-EmptyFunction.ll index 7d738bcc7ee..ffb82ae7f2b 100644 --- a/test/CodeGen/X86/2008-01-25-EmptyFunction.ll +++ b/test/CodeGen/X86/2008-01-25-EmptyFunction.ll @@ -1,4 +1,6 @@ ; RUN: llvm-as < %s | llc -march=x86 | grep nop +target triple = "i686-apple-darwin8" + define void @bork() noreturn nounwind { entry: