[PATCH] [PECOFF] Support yet another new type of weak symbol.

kledzik at apple.com kledzik at apple.com
Wed Mar 12 19:18:47 PDT 2014


  I don't see where IMAGE_COMDAT_SELECT_LARGEST is used in the test case?


================
Comment at: include/lld/Core/DefinedAtom.h:103
@@ -102,1 +102,3 @@
+    mergeLargest,           // Choose the largest one from atoms with the same
+                            // name
     mergeByContent,         // Merge with other constants with same content.
----------------
mergeSameNameLargestSize


http://llvm-reviews.chandlerc.com/D3011



More information about the llvm-commits mailing list