mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-30 08:39:02 +02:00
[svn r269] Fixed dwarf debug info for structs.
This commit is contained in:
@@ -159,8 +159,12 @@ struct IRState
|
||||
// for inline asm
|
||||
IRAsmBlock* asmBlock;
|
||||
|
||||
// used array solely for keeping a reference to globals
|
||||
// dwarf dbg stuff
|
||||
// 'used' array solely for keeping a reference to globals
|
||||
std::vector<LLConstant*> usedArray;
|
||||
LLGlobalVariable* dwarfCUs;
|
||||
LLGlobalVariable* dwarfSPs;
|
||||
LLGlobalVariable* dwarfGVs;
|
||||
};
|
||||
|
||||
#endif // LLVMDC_GEN_IRSTATE_H
|
||||
|
||||
Reference in New Issue
Block a user