From dfc60de2b3ff22fa6d8151af758a2411b642f346 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 19 Sep 2012 00:56:20 +0000 Subject: [PATCH] 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 --- llvm/test/MC/X86/x86_nop.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/X86/x86_nop.s b/llvm/test/MC/X86/x86_nop.s index 37dec25..de0fc08 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 -- 2.7.4