[PATCH] D146534: [llvm-nm] Print EC symbol map.

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 04:18:42 PDT 2023


jacek 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:
> jhenderson wrote:
> > 
> Looks like this comment was ignored?
Sorry about that (I looked mostly at mail form of the comment, in which it looked like a context). I will prepare a new version.


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

https://reviews.llvm.org/D146534



More information about the llvm-commits mailing list