]> granicus.if.org Git - clang/commitdiff
[PM] The new pass manager requires a registered target for these, and
authorChandler Carruth <chandlerc@gmail.com>
Tue, 27 Dec 2016 00:31:34 +0000 (00:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 27 Dec 2016 00:31:34 +0000 (00:31 +0000)
given that they hard code specific triples that seems reasonable so add
the REQUIRES.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290560 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/inline.c

index 727cc5071aeb3b75468a6bb420c8eb9100735b71..e17b251df0008dfc3793ac233261d0fffa672ca9 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: x86-registered-target
+//
 // RUN: echo "GNU89 tests:"
 // RUN: %clang_cc1 %s -triple i386-unknown-unknown -O1 -disable-llvm-passes -emit-llvm -o - -std=gnu89 | FileCheck %s --check-prefix=CHECK1
 // RUN: %clang_cc1 %s -triple i386-unknown-unknown -fexperimental-new-pass-manager -O1 -disable-llvm-passes -emit-llvm -o - -std=gnu89 | FileCheck %s --check-prefix=CHECK1