[PATCH] D14623: [ThinLTO] Comdat importing fixes and related cleanup

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 07:36:18 PST 2015


rafael added inline comments.

================
Comment at: lib/Linker/LinkModules.cpp:558
@@ +557,3 @@
+  void stripDeclsFromComdats();
+  void convertInvalidAliasesToDeclarations();
+
----------------
We cannot convert aliases to declarations.


http://reviews.llvm.org/D14623





More information about the llvm-commits mailing list