[lld] [lld-macho] Implement symbol string deduplication (PR #123874)

Carlo Cabrera via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 00:01:22 PST 2025


================
@@ -256,6 +256,8 @@ struct Configuration {
   llvm::MachO::PlatformType platform() const {
     return platformInfo.target.Platform;
   }
+
+  bool deduplicateSymbolStrings = true;
----------------
carlocab wrote:

Probably makes sense to put this next to
https://github.com/llvm/llvm-project/blob/2a51a0d39a659feeeee57b6d1d768bf08d378c5e/lld/MachO/Config.h#L145

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


More information about the llvm-commits mailing list