.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
This commit is contained in:
Rafael Espindola 2014-02-13 15:38:16 +00:00
parent ad15c9d64b
commit 7fd806d94a

View File

@ -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: