[PATCH] D36907: [codeview] support more DW_OPs for more complete debug info
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 16:51:37 PDT 2017
inglorion added a comment.
@aprantl, I would like to do that, but this doesn't really correspond to any source anymore. I suppose you could take the LLVM IR part of it, take the offsets out of the DIExpressions, and then run it through llc -O0 -stop-after=prologepilog. Then you can edit the DIExpressions to be what you need them to be. Would it be useful to include that in a comment?
https://reviews.llvm.org/D36907
More information about the llvm-commits
mailing list