[PATCH] D35875: ThinLTO: Don't import aliases of any kind (even linkonce_odr)

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 08:06:20 PDT 2017


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

LGTM, with one more comment update noted below. Thanks!



================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:225
     }
     // "Resolve" the summary, traversing alias,
+    assert(!isa<AliasSummary>(CalleeSummary) &&
----------------
Update comment.


https://reviews.llvm.org/D35875





More information about the llvm-commits mailing list