[PATCH] D18908: ThinLTO: Move the ODR resolution to be based purely on the summary.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 14:36:07 PDT 2016
joker.eph added a comment.
(I'm not sure what you're asking about let me know if this does not answer)
Previously we loaded the IR in memory and iterated through the Module:
- looking at linkage on the GlovalValue, deciding if we need to change it.
- changing it immediately
Now the first phase is performed purely on the summary, without loading the IR.
http://reviews.llvm.org/D18908
More information about the llvm-commits
mailing list