[PATCH] D39622: Fix type debug information generation for enum-based template specialization
Anton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 12 12:53:10 PST 2017
xgsa added a comment.
In https://reviews.llvm.org/D39622#919579, @aprantl wrote:
> For clarification: what is the "symbols table" you are referring to in the description?
I meant the data dumped with "nm -an ./test".
By the way, I haven't abandoned the patch, I have found one more case when my fix doesn't work and I am working on improvement. Nevertheless, it would be helpful to get answers to the questions in this review (about changing the "Indentation" field and about the test).
Repository:
rL LLVM
https://reviews.llvm.org/D39622
More information about the cfe-commits
mailing list