mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-22 07:05:22 +02:00
Work on debug
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <llvm/Analysis/DebugInfo.h>
|
||||
#endif
|
||||
|
||||
#include "dsymbol.h"
|
||||
@@ -347,6 +348,9 @@ struct VarDeclaration : Declaration
|
||||
|
||||
/// This var is used by a naked function.
|
||||
bool nakedUse;
|
||||
|
||||
// debug description
|
||||
llvm::DIVariable debugVariable;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user