specify an arch for non-x86 hosts.

llvm-svn: 50576
This commit is contained in:
Chris Lattner 2008-05-02 15:11:58 +00:00
parent 583a346ec6
commit 8cc3e89b87

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()