Adds the option for the printing of summary information about functions
considered but rejected for importing during the thin link.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D50881
[ThinLTO] Add option for printing import failure reasons ClosedPublic Authored by tejohnson on Aug 16 2018, 7:41 PM.
Details Summary Adds the option for the printing of summary information about functions
Diff Detail
Event TimelineHerald added subscribers: dexonsmith, steven_wu, eraman and 2 others. · View Herald TranscriptAug 16 2018, 7:41 PM tejohnson added inline comments. This revision is now accepted and ready to land.Aug 17 2018, 9:20 AM Closed by commit rL340047: [ThinLTO] Add option for printing import failure reasons (authored by tejohnson). · Explain WhyAug 17 2018, 9:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 161282 llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
llvm/trunk/include/llvm/Transforms/IPO/FunctionImport.h
llvm/trunk/lib/IR/AsmWriter.cpp
llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp
llvm/trunk/test/ThinLTO/X86/funcimport2.ll
|