From 2811ae66a857691b47fbcf98a12521380c05aad0 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164185 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/X86/x86_nop.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1