aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-11-11 00:05:39 +0000
committerTeresa Johnson <tejohnson@google.com>2017-11-11 00:05:39 +0000
commit56def791bc245fd92e07825857facfeba05b266b (patch)
tree2ec53bccf8a57d55a0f930570621f3ef11b08b8d
parent140c1a0966ed45714f3ecc60474c7bf6eca341a3 (diff)
downloadllvm-56def791bc245fd92e07825857facfeba05b266b.zip
llvm-56def791bc245fd92e07825857facfeba05b266b.tar.gz
llvm-56def791bc245fd92e07825857facfeba05b266b.tar.bz2
Add x86-registered-target to REQUIRES for new test
Should fix test added in r317951. llvm-svn: 317952
-rw-r--r--clang/test/CodeGen/thinlto-debug-pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/thinlto-debug-pm.c b/clang/test/CodeGen/thinlto-debug-pm.c
index 9d9ab5e..4be12e2 100644
--- a/clang/test/CodeGen/thinlto-debug-pm.c
+++ b/clang/test/CodeGen/thinlto-debug-pm.c
@@ -1,5 +1,6 @@
// Test to ensure -fdebug-pass-manager works when invoking the
// ThinLTO backend path with the new PM.
+// REQUIRES: x86-registered-target
// RUN: %clang -O2 %s -flto=thin -c -o %t.o
// RUN: llvm-lto -thinlto -o %t %t.o
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-obj -O2 -o %t2.o -x ir %t.o -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager -fexperimental-new-pass-manager 2>&1 | FileCheck %s