mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 02:45:25 +03:00
Merge pull request #2826 from Syniurge/debug-info-fixes
Debug info improvements (for GDB): printing global and imported symbols, non-member and member function calls
This commit is contained in:
commit
c7c3f56415
21 changed files with 479 additions and 116 deletions
|
@ -577,6 +577,8 @@ void codegenModule(IRState *irs, Module *m) {
|
|||
assert(!gIR && "gIR not null, codegen already in progress?!");
|
||||
gIR = irs;
|
||||
|
||||
irs->DBuilder.EmitModule(m);
|
||||
|
||||
initRuntime();
|
||||
|
||||
// Skip pseudo-modules for coverage analysis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue