[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 08:53:26 PDT 2017


aprantl added inline comments.


================
Comment at: llvm/test/CodeGen/X86/codeview-nrvo.ll:73
+!21 = !DILocalVariable(name: "Result", scope: !10, file: !1, line: 10, type: !13)
+!22 = !DIExpression()
+!23 = !DILocation(line: 10, scope: !10)
----------------
Shouldn't the testcase include a complex expression?


https://reviews.llvm.org/D36907





More information about the llvm-commits mailing list