[PATCH] D36907: [codeview] support more DW_OPs for more complete debug info

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 11:52:21 PDT 2017


aprantl added a comment.

Which pass generates the DIExpressions you are interested in? If it is a MIR pass, you'll need to stop-after that pass, and the DIExpressions will be referenced by the DBG_VALUE instructions in the MIR, and should appear in the IR dump metadata (but not in the IR code portion).


https://reviews.llvm.org/D36907





More information about the llvm-commits mailing list