[PATCH] D18298: ThinLTO: do not promote GlobalVariable that have a specific section.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 14:30:33 PDT 2016
joker.eph added inline comments.
================
Comment at: include/llvm/IR/ModuleSummaryIndex.h:377
@@ +376,3 @@
+ GlobalValueSummary *findSummaryInModule(GlobalValue::GUID ValueGUID,
+ StringRef ModuleId) const {
+ auto CalleeInfoList = findGlobalValueSummaryList(ValueGUID);
----------------
Note: I don't use this method anymore, but you need it in your patch. I guess you should take it in your patch and I'll remove it from here.
http://reviews.llvm.org/D18298
More information about the llvm-commits
mailing list