[IR Gen] debugging SIGSEGV

This commit is contained in:
lixuanwang
2025-06-09 21:11:17 +08:00
parent 3c5fb7d17b
commit 5727d3bde5
2 changed files with 40 additions and 35 deletions

View File

@ -533,6 +533,7 @@ std::any LLVMIRGenerator::visitUnExp(SysYParser::UnExpContext* ctx) {
}
return ctx->unaryExp()->accept(this);
}
std::any LLVMIRGenerator::visitCall(SysYParser::CallContext *ctx)
{
std::string funcName = ctx->Ident()->getText();