Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit d0c165b

Browse files
committed
[ThinLTO] Add debug output to test
Add -debug-only=function-import to get more information for debugging reverse-iteration bot failure from r337050. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337076 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent fab6a24 commit d0c165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Transforms/FunctionImport/hotness_based_import2.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; with threshold decayed by default 0.7 factor. Test ensures that when we
1010
; encounter it again from hot path, we re-enqueue with higher non-decayed
1111
; threshold which will allow it to be imported.
12-
; 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
12+
; 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
1313
; CHECK-DAG: define available_externally void @hot()
1414
; CHECK-DAG: define available_externally void @calledFromHot()
1515

0 commit comments

Comments
 (0)