[PATCH] D65035: [DebugInfo] Don't emit incorrect descriptions of thunk params (PR42627)
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 14:53:15 PDT 2019
aprantl added a comment.
It's likely better for the tools to know where each function starts *and ends*.
More importantly though, if we don't generate debug info for the thunk, can we describe the function itself after it became inlined into the thunk?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65035/new/
https://reviews.llvm.org/D65035
More information about the llvm-commits
mailing list