forked from OSchip/llvm-project
llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.
-mcpu doesn't infer -arch. Consider non-x86 host. llvm-svn: 164185
This commit is contained in:
parent
6f4d8af713
commit
dfc60de2b3
|
@ -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