[llvm] Move a lot of symbol code to use the symbol string pool (PR #115796)

Jared Wyles via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 16:23:53 PST 2024


================
@@ -35,8 +35,6 @@ class MachOLinkGraphBuilder {
 
   struct NormalizedSymbol {
     friend class MachOLinkGraphBuilder;
-
-  private:
     NormalizedSymbol(std::optional<StringRef> Name, uint64_t Value,
                      uint8_t Type, uint8_t Sect, uint16_t Desc, Linkage L,
                      Scope S)
----------------
jaredwy wrote:

No idea how that happened hah! 

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


More information about the llvm-commits mailing list