diff options
| author | Teresa Johnson <tejohnson@google.com> | 2018-05-05 15:15:04 +0000 | 
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2018-05-05 15:15:04 +0000 | 
| commit | 259f8ddff590059b8b338addb275f77b0fc34191 (patch) | |
| tree | 41e803026575594871778f961b53da56c17ecdaa /clang | |
| parent | 66744f8137e67bfc68b3b18ac4a2174b51f08968 (diff) | |
| download | bcm5719-llvm-259f8ddff590059b8b338addb275f77b0fc34191.tar.gz bcm5719-llvm-259f8ddff590059b8b338addb275f77b0fc34191.zip  | |
Add required target to address bot failures from r331592
Failing on non-x86 bots, needs x86 target for code gen.
llvm-svn: 331593
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll b/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll index 62e045d7230..11b3a5d1fc2 100644 --- a/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll +++ b/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll @@ -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  | 

