[PATCH] D24595: [lib/LTO] Remove now unneded hack for undefined symbols

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 17:55:08 PDT 2016


mehdi_amini added inline comments.

================
Comment at: lib/LTO/LTO.cpp:390
@@ -388,3 +389,3 @@
   auto ResI = Res.begin();
   for (const InputFile::Symbol &Sym : Input->symbols()) {
     assert(ResI != Res.end());
----------------
We should have the same assert in this loop (maybe in a separate patch)


https://reviews.llvm.org/D24595





More information about the llvm-commits mailing list