[PATCH] D74656: [WebAssembly] Add section names for some DWARF5 sections
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 16:39:50 PST 2020
dblaikie added a comment.
In D74656#1877439 <https://reviews.llvm.org/D74656#1877439>, @dschuff wrote:
> Yes, that's really all I'm after here.
> While I've got your attention, do you have any advice about best practices for debug info tests?
> It seems like in this case kind of the minimal thing would be to take an existing small debug info test (which in many cases are clang-generated), switch the debug info version metadata tag to 5 and run it through llc. Or is there some simpler thing?
Nah, that sounds about right to me. (if you're generating a new test yourself, you can pass -gdwarf-5 to get the IR in DWARFv5 mode from the start rather than hand-editing)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74656/new/
https://reviews.llvm.org/D74656
More information about the llvm-commits
mailing list