From: Saleem Abdulrasool Date: Thu, 5 Jan 2017 17:09:20 +0000 (+0000) Subject: test: add a requires registered target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71fadd1a2f114be93f6d53de9c960a03bdcaee27;p=clang test: add a requires registered target It seems that the ARM buildbots do not include x86 support. However, other x86 targets do not support the ARM target. Use a x86 triple and require the registered target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291142 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/inline-asm-inclusion.c b/test/CodeGen/inline-asm-inclusion.c index 1d06c1ff97..3416c62b52 100644 --- a/test/CodeGen/inline-asm-inclusion.c +++ b/test/CodeGen/inline-asm-inclusion.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple i686--- -I %p/include -S -o - %s | FileCheck %s +// REQUIRES: x86-registered-target __asm__(".include \"module.x\""); void function(void) {