[PATCH] D107032: [llvm-objdump][CallGraphInfo][NFC] Introduce FunctionKind enum

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


morehouse accepted this revision.
morehouse added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:226
+// Enumeration of function kinds, and their mapping to function kind values
+// from call graph section (.callgraph).
+enum FunctionKind {
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107032



More information about the llvm-commits mailing list