[llvm] Move a lot of symbol code to use the symbol string pool (PR #115796)
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 22:15:00 PST 2024
================
@@ -639,7 +640,7 @@ void link_MachO_arm64(std::unique_ptr<LinkGraph> G,
Config.PrePrunePasses.push_back(
CompactUnwindSplitter("__LD,__compact_unwind"));
- // Add eh-frame passes.
+ // Add eh-frame passses.
----------------
lhames wrote:
typo here. :)
https://github.com/llvm/llvm-project/pull/115796
More information about the llvm-commits
mailing list