Add required target to address bot failures from r331592
authorTeresa Johnson <tejohnson@google.com>
Sat, 5 May 2018 15:15:04 +0000 (15:15 +0000)
committerTeresa Johnson <tejohnson@google.com>
Sat, 5 May 2018 15:15:04 +0000 (15:15 +0000)
Failing on non-x86 bots, needs x86 target for code gen.

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

test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll

index 62e045d723049963b86295ec4082a776e9f5154e..11b3a5d1fc2c94a47b76c9d35af83956b3ed72d3 100644 (file)
@@ -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