[PATCH] D62167: CodeView - add static data members to global variable debug info.
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 17:23:52 PDT 2019
akhuang created this revision.
akhuang added a reviewer: rnk.
Herald added subscribers: llvm-commits, cfe-commits, aprantl.
Herald added projects: clang, LLVM.
Add static data members to IR debug info's list of global variables
so that they are emitted as S_CONSTANT records.
Related to https://bugs.llvm.org/show_bug.cgi?id=41615.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62167
Files:
clang/lib/CodeGen/CGDebugInfo.cpp
llvm/test/DebugInfo/COFF/global-constants.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62167.200378.patch
Type: text/x-patch
Size: 7520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/926e83a4/attachment.bin>
More information about the llvm-commits
mailing list