[PATCH] D18298: ThinLTO: do not promote GlobalVariable that have a specific section.

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 14:32:56 PDT 2016


tejohnson 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);
----------------
joker.eph wrote:
> 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.
Will do


http://reviews.llvm.org/D18298





More information about the llvm-commits mailing list