aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-02 15:11:58 +0000
committerChris Lattner <sabre@nondot.org>2008-05-02 15:11:58 +0000
commit196b9cecbb72633b51c039f3a8edd9019c3f08b4 (patch)
treeb15bea4527507c4ff3e7e4975877a2fe1cb1085d /test
parent0e3e01dd1bfb650ff1267af81c2222aa6f2ebeb8 (diff)
downloadexternal_llvm-196b9cecbb72633b51c039f3a8edd9019c3f08b4.zip
external_llvm-196b9cecbb72633b51c039f3a8edd9019c3f08b4.tar.gz
external_llvm-196b9cecbb72633b51c039f3a8edd9019c3f08b4.tar.bz2
specify an arch for non-x86 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll b/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
index dae3b83..d7b5f25 100644
--- a/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
+++ b/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
@@ -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()