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.

llvm-svn: 331593

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

index 62e045d..11b3a5d 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