]> granicus.if.org Git - clang/commitdiff
[x86] Force mixes asm syntax test to check for x86
authorRenato Golin <renato.golin@linaro.org>
Thu, 21 Apr 2016 14:40:06 +0000 (14:40 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 21 Apr 2016 14:40:06 +0000 (14:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266993 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/inline-asm-mixed-style.c

index 914a11d3512f997a85c79790b9dde6edc4694fa4..6b830d9fa7a92cc183d771044f7fbaf45d031645 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: %clang_cc1 -triple i386-unknown-unknown -fasm-blocks -fsyntax-only -verify %s -DCHECK_ASM_GOTO
 // RUN: %clang_cc1 -triple i386-unknown-unknown -fasm-blocks -O0 -emit-llvm -S %s -o - | FileCheck %s
+// REQUIRES: x86-registered-target
 
 void f() {
   __asm mov eax, ebx