mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-01 10:03:30 +01:00
Introduce a debug info builder.
Moves all code from todebug into a new class. Also caches the compilation unit in order to fix a LLVM 3.4 compile error.
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#include "gen/dvalue.h"
|
||||
#include "gen/tollvm.h"
|
||||
#include "gen/logger.h"
|
||||
#include "gen/todebug.h"
|
||||
#include "gen/llvmhelpers.h"
|
||||
#include "gen/functions.h"
|
||||
|
||||
@@ -230,7 +229,7 @@ AsmStatement::toIR(IRState * irs)
|
||||
assert(asmblock);
|
||||
|
||||
// debug info
|
||||
DtoDwarfStopPoint(loc.linnum);
|
||||
gIR->DBuilder.EmitStopPoint(loc.linnum);
|
||||
|
||||
if (!asmcode)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user