[lld] [lld] Merge GOT entries for symbols that have been ICFed (PR #131630)

Pranav Kant via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 15:28:56 PDT 2025


================
@@ -138,6 +137,10 @@ class GotSection final : public SyntheticSection {
     bool isSymbolFunc;
   };
   SmallVector<AuthEntryInfo, 0> authEntries;
+
+  // To track GOT entries for symbols that may have been ICFed
----------------
pranavk wrote:

Thanks. Done

https://github.com/llvm/llvm-project/pull/131630


More information about the llvm-commits mailing list