[PATCH] D102900: [llvm-readobj] Print function names with `--bb-addr-map`.

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 19:48:58 PDT 2021


rahmanl updated this revision to Diff 347554.
rahmanl added a comment.

- Reimplement symbol index lookup using a hash map. This reduces the 10 minute running time to only 3 seconds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102900

Files:
  llvm/test/tools/llvm-readobj/ELF/bb-addr-map.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102900.347554.patch
Type: text/x-patch
Size: 10347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210525/94e12171/attachment.bin>


More information about the llvm-commits mailing list