mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +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
|
# RUN: llvm-objdump -disassemble %t | FileCheck %s
|
||||||
|
|
||||||
# CHECK-NOT: nopw
|
# CHECK-NOT: nopw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user