[PATCH] D14838: [ThinLTO] Metadata linking for imported functions

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 14:09:13 PST 2015


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

LGTM


================
Comment at: lib/Linker/LinkModules.cpp:625
@@ -566,1 +624,3 @@
+  bool isPerformingImport() const { return ImportFunction != nullptr; }
+  bool isModuleExporting() const { return HasExportedFunctions; }
 
----------------
commit separately if possible


http://reviews.llvm.org/D14838





More information about the llvm-commits mailing list