mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-21 13:50:05 +02:00
[svn r267] Fixed debug info for global variables.
Cleaned up the debug info code in general.
This commit is contained in:
@@ -158,6 +158,9 @@ struct IRState
|
||||
|
||||
// for inline asm
|
||||
IRAsmBlock* asmBlock;
|
||||
|
||||
// used array solely for keeping a reference to globals
|
||||
std::vector<LLConstant*> usedArray;
|
||||
};
|
||||
|
||||
#endif // LLVMDC_GEN_IRSTATE_H
|
||||
|
||||
Reference in New Issue
Block a user