[PATCH] D114735: [lld][macho] Stop grouping symbols by sections in mapfile.
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 25 02:25:06 PST 2021
int3 added inline comments.
================
Comment at: lld/test/MachO/map-file.s:49-51
# CHECK-NEXT: 0x[[#MAIN]] [ 1] _main
# CHECK-NEXT: 0x[[#FOO]] [ 2] _foo
+# CHECK-NEXT: 0x[[#NUMBER]] [ 1] _number
----------------
hmm why did the ordering change? and what does ld64 output here?
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