mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-02 04:20:05 +02:00
A few fixes for debug
This commit is contained in:
@@ -178,11 +178,6 @@ struct IRState
|
||||
|
||||
// 'used' array solely for keeping a reference to globals
|
||||
std::vector<LLConstant*> usedArray;
|
||||
|
||||
// dwarf dbg stuff
|
||||
LLGlobalVariable* dwarfCUs;
|
||||
LLGlobalVariable* dwarfSPs;
|
||||
LLGlobalVariable* dwarfGVs;
|
||||
};
|
||||
|
||||
template <typename InputIterator>
|
||||
|
||||
Reference in New Issue
Block a user