mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
LLVM 13 debug info fixes
This commit is contained in:
parent
d85f164b8a
commit
3635e3830a
3 changed files with 21 additions and 11 deletions
|
@ -2669,7 +2669,8 @@ void BeIRCodeGen::HandleNextCmd()
|
|||
CMD_PARAM(int, line);
|
||||
CMD_PARAM(int, column);
|
||||
CMD_PARAM(BeMDNode*, diScope);
|
||||
CMD_PARAM(BeMDNode*, diInlinedAt);
|
||||
CMD_PARAM(BeMDNode*, diInlinedAt);
|
||||
BF_ASSERT(diScope != NULL);
|
||||
mBeModule->SetCurrentDebugLocation(line - 1, column - 1, diScope, (BeDbgLoc*)diInlinedAt);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue