mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 04:39:51 +00:00
llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.
-mcpu doesn't infer -arch. Consider non-x86 host. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164185 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5762bfd8c
commit
2811ae66a8
@ -1,4 +1,4 @@
|
||||
# RUN: llvm-mc -filetype=obj -mcpu=geode %s -o %t
|
||||
# RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=geode %s -o %t
|
||||
# RUN: llvm-objdump -disassemble %t | FileCheck %s
|
||||
|
||||
# CHECK-NOT: nopw
|
||||
|
Loading…
Reference in New Issue
Block a user