[PATCH] D89072: [CodeView] Emit static data members as S_CONSTANTs.
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 9 18:55:18 PDT 2020
dblaikie added inline comments.
================
Comment at: clang/test/CodeGenCXX/debug-info-static-member.cpp:144-147
+// For some reason, const_va is not emitted when the target is MS.
+// NOT-MS: !DIDerivedType(tag: DW_TAG_member, name: "const_va",
+// NOT-MS-SAME: line: [[@LINE-3]]
+// NOT-MS-SAME: extraData: i32 42
----------------
Bug or feature? If it's a bug, probably should at least make this comment a "FIXME"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89072/new/
https://reviews.llvm.org/D89072
More information about the cfe-commits
mailing list