[PATCH] D42514: [ThinLTO/gold] Write empty imports even for modules with symbols

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 10:54:36 PST 2018


vitalybuka added inline comments.


================
Comment at: llvm/tools/gold/gold-plugin.cpp:897
+      // build system.
+      writeEmptyDistributedBuildOutputs(Identifier, OldPrefix, NewPrefix);
     }
----------------
tejohnson wrote:
> Should this have been removed now?
Ugh, removing this was the point of the patch. Probably result of invalid local merges.


https://reviews.llvm.org/D42514





More information about the llvm-commits mailing list