[PATCH] D22356: [ThinLTO] Perform index-based weak/linkonce resolution in import pass

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 11:56:27 PDT 2016


pcc added inline comments.

================
Comment at: include/llvm/LTO/LTO.h:71
@@ -65,1 +70,3 @@
+        recordNewLinkage,
+    bool PreserveNonPrevailing = false);
 
----------------
Instead of adding this parameter (and adding back isExported), can you simply pass in an isPrevailing that always returns true?


https://reviews.llvm.org/D22356





More information about the llvm-commits mailing list