[PATCH] D74656: [WebAssembly] Add section names for some DWARF5 sections
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 16:16:42 PST 2020
dschuff added a comment.
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?
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