[PATCH] D14387: Move comdat setup after global value body linking in ModuleLinker

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 11:29:59 PST 2015


joker.eph added inline comments.

================
Comment at: lib/Linker/LinkModules.cpp:2007
@@ +2006,3 @@
+    copyComdat(SGA);
+  }
+
----------------
Is is possible to just iterate over `ComdatsChosen`?


http://reviews.llvm.org/D14387





More information about the llvm-commits mailing list