[PATCH] D43002: Emit S_OBJNAME symbol in CodeView
Eric Christopher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 28 13:13:42 PDT 2020
echristo added a comment.
First question:
Since split dwarf has to do some similar things can we not use the same support? This seems to be a lot of changes for this.
Second question:
and if we can't use the same support can we make split dwarf use this? Having two separate methods for passing everything around is a bit painful.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D43002/new/
https://reviews.llvm.org/D43002
More information about the cfe-commits
mailing list