[PATCH] D75718: [WebAssembly] Fixed FrameBaseLocal not being set.
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 15:40:17 PDT 2020
dschuff added a comment.
Hm, that's too bad. In theory it seems like it ought to be possible to just remove all the debug info from the IR that's attached to functions (i.e. all the debug.declare/debug.values) and the debug metadata that's associated with all functions other than this one, since this is a completely function-local transform that really only depends on there being any CU information at all.
I've also sometimes had good luck with c-reduce to try to reduce it at the C level rather than the IR level. It might be worth a try.
Or maybe we've let this go long enough, and we could just say that we'll have coverage if we do any continuous builds of a reasonable test suite with debug info?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75718/new/
https://reviews.llvm.org/D75718
More information about the llvm-commits
mailing list