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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits