From 88c4ffb4e06f96dbefc71e6b98ae2718e6e4e2ee Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 27 Dec 2016 00:31:34 +0000 Subject: [PATCH] [PM] The new pass manager requires a registered target for these, and given that they hard code specific triples that seems reasonable so add the REQUIRES. llvm-svn: 290560 --- clang/test/CodeGen/inline.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/test/CodeGen/inline.c b/clang/test/CodeGen/inline.c index 727cc5071aeb..e17b251df000 100644 --- a/clang/test/CodeGen/inline.c +++ b/clang/test/CodeGen/inline.c @@ -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