Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Can you confirm you mean a local (static) function? (And not a library function with a public API?)
Paths
| Differential D24290
[ThinLTO] Add an option to llvm-lto to print some basic statistics for the index ClosedPublic Authored by mehdi_amini on Sep 7 2016, 1:35 AM.
Details
Diff Detail Event Timelinemehdi_amini retitled this revision from to [ThinLTO] Add an option to llvm-lto to print some basic statistics for the index. mehdi_amini updated this object. tejohnson edited edge metadata. Comment ActionsLGTM with change to refactor the new functionality into a separate function. This revision is now accepted and ready to land.Sep 12 2016, 2:12 PM Comment Actions Can you confirm you mean a local (static) function? (And not a library function with a public API?) Comment Actions
Sorry, yes, the former. Just to keep it out of main(). Closed by commit rL281537: [ThinLTO] Add an option to llvm-lto to print some basic statistics for the index (authored by mehdi_amini). · Explain WhySep 14 2016, 2:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 70509 test/ThinLTO/X86/funcimport.ll
tools/llvm-lto/llvm-lto.cpp
|