summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86_nop.s
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-19 00:56:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-19 00:56:20 +0000
commit2811ae66a857691b47fbcf98a12521380c05aad0 (patch)
tree3512c451d4b07d18344dbd566f53ecedfb99ed9d /test/MC/X86/x86_nop.s
parentb5762bfd8cb8238ec34b0b422d074f65f35b8eab (diff)
downloadllvm-2811ae66a857691b47fbcf98a12521380c05aad0.tar.gz
llvm-2811ae66a857691b47fbcf98a12521380c05aad0.tar.bz2
llvm-2811ae66a857691b47fbcf98a12521380c05aad0.tar.xz
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
Diffstat (limited to 'test/MC/X86/x86_nop.s')
-rw-r--r--test/MC/X86/x86_nop.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/x86_nop.s b/test/MC/X86/x86_nop.s
index 37dec252b7..de0fc08834 100644
--- a/test/MC/X86/x86_nop.s
+++ b/test/MC/X86/x86_nop.s
@@ -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