r317952 - Add x86-registered-target to REQUIRES for new test

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 16:05:40 PST 2017


Author: tejohnson
Date: Fri Nov 10 16:05:39 2017
New Revision: 317952

URL: http://llvm.org/viewvc/llvm-project?rev=317952&view=rev
Log:
Add x86-registered-target to REQUIRES for new test

Should fix test added in r317951.

Modified:
    cfe/trunk/test/CodeGen/thinlto-debug-pm.c

Modified: cfe/trunk/test/CodeGen/thinlto-debug-pm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/thinlto-debug-pm.c?rev=317952&r1=317951&r2=317952&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/thinlto-debug-pm.c (original)
+++ cfe/trunk/test/CodeGen/thinlto-debug-pm.c Fri Nov 10 16:05:39 2017
@@ -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




More information about the cfe-commits mailing list