[PATCH] D17867: [gold] Handle modules that are not included in the link.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 15:21:23 PST 2016


rafael added inline comments.

================
Comment at: tools/gold/gold-plugin.cpp:919
@@ -903,2 +918,3 @@
         Context, F, InputFile.file(), ApiFile, Internalize, Maybe, Keep);
+    if (!M.get()) continue;
     if (!options::triple.empty())
----------------
ah, and git-clang-format this one :-)


Repository:
  rL LLVM

http://reviews.llvm.org/D17867





More information about the llvm-commits mailing list