[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
Thu Nov 14 01:40:28 PST 2024


================
@@ -434,27 +437,45 @@ class Symbol {
     setTargetFlags(TargetFlagsType{});
   }
 
+  static Symbol &constructCommon(BumpPtrAllocator &Allocator, Block &Base,
----------------
jaredwy wrote:

looks like i added this back in. Ill delete it just let the build bots currently running finish to see if there are any other issues. 

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


More information about the llvm-commits mailing list