Author: tejohnson Date: Sat May 5 08:15:04 2018 New Revision: 331593 URL: http://llvm.org/viewvc/llvm-project?rev=331593&view=rev Log: Add required target to address bot failures from r331592
Failing on non-x86 bots, needs x86 target for code gen. Modified: cfe/trunk/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll Modified: cfe/trunk/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll?rev=331593&r1=331592&r2=331593&view=diff ============================================================================== --- cfe/trunk/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll (original) +++ cfe/trunk/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll Sat May 5 08:15:04 2018 @@ -1,5 +1,7 @@ ; Test to ensure -fdiagnostics-show-hotness and -fsave-optimization-record ; work when invoking the ThinLTO backend path. +; REQUIRES: x86-registered-target + ; RUN: opt -module-summary -o %t.o %s ; RUN: llvm-lto -thinlto -o %t %t.o _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits