specify an arch for non-x86 hosts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-05-02 15:11:58 +00:00
parent b609339a5c
commit 0b11cbacce

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -enable-unsafe-fp-math | grep jnp
; RUN: llvm-as < %s | llc -enable-unsafe-fp-math -march=x86 | grep jnp
; rdar://5902801
declare void @test2()