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

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 08:54:03 PDT 2023


jacek created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a reviewer: jhenderson.
Herald added a project: All.
jacek requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

This is useful for examining ARM64EC static libraries and allows better llvm-lib testing. Changes to Archive class will also be useful for LLD to support ARM64EC, where it will need to use one map or the other, depending on linking target (or both, in case of ARM64X, but separately as they are in different namespaces).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146534

Files:
  llvm/include/llvm/Object/Archive.h
  llvm/lib/Object/Archive.cpp
  llvm/test/tools/llvm-lib/ecsymbols.test
  llvm/tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146534.507000.patch
Type: text/x-patch
Size: 7675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230321/b7348138/attachment.bin>


More information about the llvm-commits mailing list