[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 15 01:47:37 PDT 2016


joker.eph marked 3 inline comments as done.
joker.eph added a comment.

Anything else here?


================
Comment at: lib/IR/ModuleSummaryIndex.cpp:81
@@ -80,3 +80,3 @@
       auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobInfo->summary());
       if (!Summary)
         // Ignore global variable, focus on functions
----------------
Switch to full list and not just functions.


http://reviews.llvm.org/D18908





More information about the llvm-commits mailing list