[PATCH] D18122: Rework linkInModule(), making it oblivious to ThinLTO

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 14:49:39 PDT 2016


tejohnson added inline comments.

================
Comment at: lib/Transforms/Utils/FunctionImportUtils.cpp:227
@@ -236,2 +226,3 @@
+  FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport);
   return ThinLTOProcessing.run();
 }
----------------
Everything looks good except that this one still needs to be addressed.


http://reviews.llvm.org/D18122





More information about the llvm-commits mailing list