diff options
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  | 

