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.
Differential D62167
CodeView - add static data members to global variable debug info. akhuang on May 20 2019, 5:20 PM. Authored by
Details Add static data members to IR debug info's list of global variables Related to https://bugs.llvm.org/show_bug.cgi?id=41615.
Diff Detail
Event TimelineComment Actions This needs a clang-side test to show that clang generates the expected IR for static data members.
Comment Actions Is this the change we were discussing the other week semi-related to preserved enums? It sounded to me like the conclusion was somewhat to go ahead without adding all these things to the constant list and see how it goes? Is this case different from the enum case in some way?
|