[PATCH] D107029: [llvm-objdump][CallGraphInfo] Add CallGraphInfo option, extract functions

Necip Fazil Yildiran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 15:42:31 PDT 2021


necipfazil updated this revision to Diff 362909.
necipfazil marked an inline comment as done.
necipfazil added a comment.

Use stable iteration order for functions

Use MapVector instead of DenseMap to store the functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107029

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-functions.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info.test
  llvm/tools/llvm-objdump/ObjdumpOpts.td
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107029.362909.patch
Type: text/x-patch
Size: 27858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/7f1d7adc/attachment.bin>


More information about the llvm-commits mailing list