[llvm-commits] [llvm] r67138 - /llvm/trunk/test/CodeGen/X86/20090313-signext.ll
Bill Wendling
isanbard at gmail.com
Tue Mar 17 17:19:45 PDT 2009
Author: void
Date: Tue Mar 17 19:19:44 2009
New Revision: 67138
URL: http://llvm.org/viewvc/llvm-project?rev=67138&view=rev
Log:
A more proper -mtriple.
Modified:
llvm/trunk/test/CodeGen/X86/20090313-signext.ll
Modified: llvm/trunk/test/CodeGen/X86/20090313-signext.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/20090313-signext.ll?rev=67138&r1=67137&r2=67138&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/20090313-signext.ll (original)
+++ llvm/trunk/test/CodeGen/X86/20090313-signext.ll Tue Mar 17 19:19:44 2009
@@ -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
More information about the llvm-commits
mailing list