From: NAKAMURA Takumi Date: Wed, 19 Sep 2012 00:56:20 +0000 (+0000) Subject: llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=2811ae66a857691b47fbcf98a12521380c05aad0 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 --- diff --git a/test/MC/X86/x86_nop.s b/test/MC/X86/x86_nop.s index 37dec252b72..de0fc088344 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