A more proper -mtriple.
authorBill Wendling <isanbard@gmail.com>
Wed, 18 Mar 2009 00:19:44 +0000 (00:19 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 18 Mar 2009 00:19:44 +0000 (00:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67138 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/20090313-signext.ll

index 6681682164ced5395336756b23904c95650faffa..67847b6e8586a51cc9cc19c85ac21e67c804832f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=*-*-linux > %t
+; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=x86_64-pc-linux > %t
 ; RUN: grep {movswl    %ax, %edi} %t
 ; RUN: grep {movw      x(%rip), %ax} %t