mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
DupDebugLocation support
This commit is contained in:
parent
577cd2e270
commit
d2edcd2ae9
3 changed files with 10 additions and 0 deletions
|
@ -2599,6 +2599,8 @@ void BfIRCodeGen::HandleNextCmd()
|
|||
mSavedDebugLocs.pop_back();
|
||||
}
|
||||
break;
|
||||
case BfIRCmd_DupDebugLocation:
|
||||
break;
|
||||
case BfIRCmd_ClearDebugLocation:
|
||||
{
|
||||
mDebugLoc = llvm::DebugLoc();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue