diff options
| author | Teresa Johnson <tejohnson@google.com> | 2018-07-14 00:08:48 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2018-07-14 00:08:48 +0000 |
| commit | 05d28c8002c87ce852ce300dd56a3d645c2341ad (patch) | |
| tree | f5cc5ab7907cc75e4eaa79f1eac2ed8bcc5f6eea /llvm | |
| parent | a064622bd371e4f432817217974fc5507b9de371 (diff) | |
| download | bcm5719-llvm-05d28c8002c87ce852ce300dd56a3d645c2341ad.tar.gz bcm5719-llvm-05d28c8002c87ce852ce300dd56a3d645c2341ad.zip | |
[ThinLTO] Add debug output to test
Add -debug-only=function-import to get more information for debugging
reverse-iteration bot failure from r337050.
llvm-svn: 337076
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/FunctionImport/hotness_based_import2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll b/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll index 50de33199f6..6189c84ac93 100644 --- a/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll +++ b/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll @@ -9,7 +9,7 @@ ; with threshold decayed by default 0.7 factor. Test ensures that when we ; encounter it again from hot path, we re-enqueue with higher non-decayed ; threshold which will allow it to be imported. -; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=10 -import-hot-multiplier=1.0 -import-cold-multiplier=1.0 -S | FileCheck %s --check-prefix=CHECK +; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=10 -import-hot-multiplier=1.0 -import-cold-multiplier=1.0 -S -debug-only=function-import | FileCheck %s --check-prefix=CHECK ; CHECK-DAG: define available_externally void @hot() ; CHECK-DAG: define available_externally void @calledFromHot() |

