[lld] [LTO][ELF][lld] Use unique string saver in ELF bitcode symbol parsing (PR #106670)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 08:07:12 PDT 2024
================
@@ -56,6 +57,10 @@ bool hasContext();
inline llvm::StringSaver &saver() { return context().saver; }
----------------
teresajohnson wrote:
Does it make sense to just switch this one to UniqueStringSaver? That would automatically provide the same benefit to other clients like COFF and MachO
https://github.com/llvm/llvm-project/pull/106670
More information about the llvm-commits
mailing list