diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-19 00:56:20 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-19 00:56:20 +0000 |
| commit | dfc60de2b3ff22fa6d8151af758a2411b642f346 (patch) | |
| tree | 092b505558d45a841df097b2af126655c4db85e8 | |
| parent | 6f4d8af713da3e06602f13ccc7e89ecc33b88f16 (diff) | |
| download | bcm5719-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.s | 2 |
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 |

