[PATCH] D70720: [llvm-objdump] Display locations of variables alongside disassembly

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 14:35:38 PST 2019


eugenis added inline comments.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:621
+  // TODO: render the DW_AT_frame_base expression for the function, if it has
+  // one.
+
----------------
To render DW_AT_frame_base for inlined subroutines, you'd need to trace up to the top-level one, or remember it while constructing LiveVariable(s).

Remove unused parameters?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70720





More information about the llvm-commits mailing list