Add target triples to these so they don't fail on linux.
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 06:26:07 +0000 (06:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 06:26:07 +0000 (06:26 +0000)
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
test/CodeGen/X86/2008-01-25-EmptyFunction.ll

index 909e8ee0e954055e0bfb9590f310f498da334695..38ae87ce8c00cffc025fc4110226ff539ce6beb7 100644 (file)
@@ -1,4 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep nop
+target triple = "powerpc-apple-darwin8"
+
 
 define void @bork() noreturn nounwind  {
 entry:
index 7d738bcc7eef93c7035fc3ad95f7c299cf100c60..ffb82ae7f2b86769e64308044a5b99c23780012c 100644 (file)
@@ -1,4 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=x86 | grep nop
+target triple = "i686-apple-darwin8"
+
 
 define void @bork() noreturn nounwind  {
 entry: