summaryrefslogtreecommitdiffstats
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
commitdfc60de2b3ff22fa6d8151af758a2411b642f346 (patch)
tree092b505558d45a841df097b2af126655c4db85e8
parent6f4d8af713da3e06602f13ccc7e89ecc33b88f16 (diff)
downloadbcm5719-llvm-dfc60de2b3ff22fa6d8151af758a2411b642f346.tar.gz
bcm5719-llvm-dfc60de2b3ff22fa6d8151af758a2411b642f346.zip
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
-rw-r--r--llvm/test/MC/X86/x86_nop.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/X86/x86_nop.s b/llvm/test/MC/X86/x86_nop.s
index 37dec252b72..de0fc088344 100644
--- a/llvm/test/MC/X86/x86_nop.s
+++ b/llvm/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
OpenPOWER on IntegriCloud