[llvm] r201337 - .file is only available on ELF, use a triple instead of -march.
Rafael Espindola
rafael.espindola at gmail.com
Thu Feb 13 07:38:16 PST 2014
Author: rafael
Date: Thu Feb 13 09:38:16 2014
New Revision: 201337
URL: http://llvm.org/viewvc/llvm-project?rev=201337&view=rev
Log:
.file is only available on ELF, use a triple instead of -march.
Modified:
llvm/trunk/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll
Modified: llvm/trunk/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll?rev=201337&r1=201336&r2=201337&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll Thu Feb 13 09:38:16 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx
+; RUN: llc < %s -mtriple=i686-pc-linux -mattr=+mmx
define i32 @t2() nounwind {
entry:
More information about the llvm-commits
mailing list