mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32: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
|
@ -5396,6 +5396,7 @@ void BfIRBuilder::UpdateDebugLocation(BfIRValue inst)
|
|||
|
||||
void BfIRBuilder::SetCurrentDebugLocation(int line, int column, BfIRMDNode diScope, BfIRMDNode diInlinedAt)
|
||||
{
|
||||
BF_ASSERT(diScope);
|
||||
if (mDbgVerifyCodeGen && gDebugDbgLoc)
|
||||
{
|
||||
OutputDebugStrF("SetCurrentDebugLocation %d %d:%d\n", diScope.mId, line, column);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue