[llvm-commits] [llvm] r67137 - /llvm/trunk/test/CodeGen/X86/20090313-signext.ll

Bill Wendling isanbard at gmail.com
Tue Mar 17 17:16:36 PDT 2009


Author: void
Date: Tue Mar 17 19:16:36 2009
New Revision: 67137

URL: http://llvm.org/viewvc/llvm-project?rev=67137&view=rev
Log:
Temporary fix. I think Rafael wanted this to be Linux-only.

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=67137&r1=67136&r2=67137&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/20090313-signext.ll (original)
+++ llvm/trunk/test/CodeGen/X86/20090313-signext.ll Tue Mar 17 19:16:36 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 > %t
+; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=*-*-linux > %t
 ; RUN: grep {movswl	%ax, %edi} %t
 ; RUN: grep {movw	x(%rip), %ax} %t
 





More information about the llvm-commits mailing list