1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add -march=x86.

llvm-svn: 67783
This commit is contained in:
Evan Cheng 2009-03-26 23:03:32 +00:00
parent dd06b10f0b
commit 86f6af35bf

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -o %t -f ; RUN: llvm-as < %s | llc -march=x86 -o %t -f
; RUN: not grep and %t ; RUN: not grep and %t
; RUN: not grep shr %t ; RUN: not grep shr %t
; rdar://6661955 ; rdar://6661955