We never noticed this before because the only time the size gets emitted is via
the linker map...
Details
Details
- Reviewers
thakis - Group Reviewers
Restricted Project - Commits
- rG922346ef052f: [lld-macho] Preserve the size of common symbols
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just ran a link on a fairly large dylib and the addCommon code path wasn't hit at all. So I guess it's not super common. I just noticed this issue while writing the test for the map file...