]> granicus.if.org Git - clang/commitdiff
Add x86-registered-target to REQUIRES for new test
authorTeresa Johnson <tejohnson@google.com>
Sat, 11 Nov 2017 00:05:39 +0000 (00:05 +0000)
committerTeresa Johnson <tejohnson@google.com>
Sat, 11 Nov 2017 00:05:39 +0000 (00:05 +0000)
Should fix test added in r317951.

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

test/CodeGen/thinlto-debug-pm.c

index 9d9ab5e39da9ed6340e9ad0ca7b719a120d8016a..4be12e285b2c3d4f6d0f0ba76f47c2432d3f7722 100644 (file)
@@ -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