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

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 15:28:07 PDT 2021


morehouse requested changes to this revision.
morehouse added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/call-graph-info-functions.test:11
+# CHECK-NEXT: 2 baz
+# CHECK-NEXT: 1 bar
+
----------------
Will these tests break if `DenseMap` changes its hash function?

We should probably use a sorted map.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107029



More information about the llvm-commits mailing list