[PATCH] D107033: [llvm-objdump][CallGraphInfo] Parse .callgraph section

Necip Fazil Yildiran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 16:09:18 PDT 2021


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

Use stable iteration order and adapt tests

Use MapVector instead of DenseMap for structs that would break the tests
in the future due to unstable iteration order.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107033

Files:
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-callgraph-section-warnings.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-callgraph-section.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-invalid-format-version.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-invalid-func-entry.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-invalid-func-kind.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-malformed-callgraph-section.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info-err-malformed-callgraph-section2.test
  llvm/test/tools/llvm-objdump/ELF/call-graph-info.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107033.362916.patch
Type: text/x-patch
Size: 17051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/676dfcdf/attachment.bin>


More information about the llvm-commits mailing list