[llvm-commits] [llvm] r103265 - in /llvm/trunk/test/CodeGen: ARM/2009-05-05-DAGCombineBug.ll X86/2009-06-03-Win64DisableRedZone.ll X86/2009-06-03-Win64SpillXMM.ll X86/2009-08-08-CastError.ll X86/call-imm.ll X86/sse-align-11.ll

Duncan Sands baldrick at free.fr
Fri May 7 10:03:48 PDT 2010


Author: baldrick
Date: Fri May  7 12:03:48 2010
New Revision: 103265

URL: http://llvm.org/viewvc/llvm-project?rev=103265&view=rev
Log:
Correct some bogus target triples.

Modified:
    llvm/trunk/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
    llvm/trunk/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
    llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
    llvm/trunk/test/CodeGen/X86/2009-08-08-CastError.ll
    llvm/trunk/test/CodeGen/X86/call-imm.ll
    llvm/trunk/test/CodeGen/X86/sse-align-11.ll

Modified: llvm/trunk/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll?rev=103265&r1=103264&r2=103265&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll Fri May  7 12:03:48 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=arm-linuxeabi-unknown-gnu -mattr=+v6
+; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi -mattr=+v6
 ; PR4166
 
 	%"byte[]" = type { i32, i8* }

Modified: llvm/trunk/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll?rev=103265&r1=103264&r2=103265&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll Fri May  7 12:03:48 2010
@@ -1,5 +1,5 @@
 ; RUN: llc < %s | grep "subq.*\\\$40, \\\%rsp"
-target triple = "x86_64-mingw64"
+target triple = "x86_64-pc-mingw64"
 
 define x86_fp80 @a(i64 %x) nounwind readnone {
 entry:

Modified: llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll?rev=103265&r1=103264&r2=103265&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll Fri May  7 12:03:48 2010
@@ -2,7 +2,7 @@
 ; RUN: grep "subq.*\\\$72, \\\%rsp" %t1
 ; RUN: grep "movaps	\\\%xmm8, 32\\\(\\\%rsp\\\)" %t1
 ; RUN: grep "movaps	\\\%xmm7, 48\\\(\\\%rsp\\\)" %t1
-target triple = "x86_64-mingw64"
+target triple = "x86_64-pc-mingw64"
 
 define i32 @a() nounwind {
 entry:

Modified: llvm/trunk/test/CodeGen/X86/2009-08-08-CastError.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-08-08-CastError.ll?rev=103265&r1=103264&r2=103265&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-08-08-CastError.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-08-08-CastError.ll Fri May  7 12:03:48 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-mingw64 | grep movabsq
+; RUN: llc < %s -mtriple=x86_64-pc-mingw64 | grep movabsq
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
 

Modified: llvm/trunk/test/CodeGen/X86/call-imm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/call-imm.ll?rev=103265&r1=103264&r2=103265&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/call-imm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/call-imm.ll Fri May  7 12:03:48 2010
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mtriple=i386-darwin-apple -relocation-model=static | grep {call.*12345678}
-; RUN: llc < %s -mtriple=i386-darwin-apple -relocation-model=pic | not grep {call.*12345678}
+; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=static | grep {call.*12345678}
+; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | not grep {call.*12345678}
 ; RUN: llc < %s -mtriple=i386-pc-linux -relocation-model=dynamic-no-pic | grep {call.*12345678}
 
 ; Call to immediate is not safe on x86-64 unless we *know* that the

Modified: llvm/trunk/test/CodeGen/X86/sse-align-11.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse-align-11.ll?rev=103265&r1=103264&r2=103265&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse-align-11.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse-align-11.ll Fri May  7 12:03:48 2010
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
-; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=linux | grep movups
+; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-linux-gnu | grep movups
 
 define <4 x float> @foo(float %a, float %b, float %c, float %d) nounwind {
 entry:





More information about the llvm-commits mailing list