mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 08:01:11 +03:00
Merge branch 'master' into merge-2.068
This commit is contained in:
commit
8ee0e250c7
23 changed files with 246 additions and 172 deletions
|
@ -535,7 +535,7 @@ void DtoCreateNestedContext(FuncDeclaration* fd) {
|
|||
LLSmallVector<LLValue*, 2> addr;
|
||||
#endif
|
||||
gIR->DBuilder.OpOffset(addr, frameType, irLocal->nestedIndex);
|
||||
gIR->DBuilder.EmitLocalVariable(frame, vd, 0, false, addr);
|
||||
gIR->DBuilder.EmitLocalVariable(gep, vd, 0, false, addr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue