]> granicus.if.org Git - clang/commitdiff
test: add a requires registered target
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 5 Jan 2017 17:09:20 +0000 (17:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 5 Jan 2017 17:09:20 +0000 (17:09 +0000)
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

test/CodeGen/inline-asm-inclusion.c

index 1d06c1ff9707fbd3a30cfaffb7f0ec7a993a0ae4..3416c62b52dd369b545007a53ec758765ad2e75b 100644 (file)
@@ -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) {