[PATCH] D146534: [llvm-nm] Print EC symbol map.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 00:56:02 PDT 2023
jhenderson added inline comments.
================
Comment at: llvm/lib/Object/Archive.cpp:952-955
+ // ARM64EC-aware libraries contain an additional special member with
+ // EC symbol map after string table. Its format is similar to regular
+ // symbol map, except it doesn't contain member offsets. Its
+ // indexes refer to member offsets from the regular symbol table instead.
----------------
jhenderson wrote:
>
Looks like this comment was ignored?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146534/new/
https://reviews.llvm.org/D146534
More information about the llvm-commits
mailing list