[Lldb-commits] [PATCH] D50478: Add support for artificial tail call frames
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 24 10:12:46 PDT 2018
aprantl added inline comments.
================
Comment at: lldb/include/lldb/Symbol/Function.h:331
+ /// \ref resolved.
+ union {
+ const char *mangled_name;
----------------
`llvm::PointerUnion` ?
https://reviews.llvm.org/D50478
More information about the lldb-commits
mailing list