From 7fd806d94af22b95587439898ffe61314f04aca1 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 13 Feb 2014 15:38:16 +0000 Subject: [PATCH] .file is only available on ELF, use a triple instead of -march. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201337 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2008-04-08-CoalescerCrash.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll b/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll index 5089e8c5b69..d439e827e81 100644 --- a/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll +++ b/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll @@ -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: -- 2.34.1