[PATCH] D114735: [lld][macho] Stop grouping symbols by sections in mapfile.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 14:40:43 PST 2022


MaskRay added a comment.

Drive-by: the ELF -Map way has the nice property that it is easy to know the relative section of a symbol. The ld64 way, while there is a separate Symbol part, may provide less information (the information can mostly be inferred from `llvm-objdump -t`)...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114735/new/

https://reviews.llvm.org/D114735



More information about the llvm-commits mailing list