[PATCH] D67410: [DWARF] Emit call site parameter info when tuning for lldb
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 15:21:47 PDT 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:793
- // For now only GDB supports call site parameter debug info.
+ // For now only GDB and LLDB support call site parameter debug info.
if (Asm->TM.Options.EnableDebugEntryValues &&
----------------
Let's remove the "For now only" part. That's a fairly large percentage of developers :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67410/new/
https://reviews.llvm.org/D67410
More information about the llvm-commits
mailing list