[IR Gen] fixed build errors
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <stdexcept>
|
||||
#include <sstream>
|
||||
|
||||
namespace sysy {
|
||||
// namespace sysy {
|
||||
|
||||
std::string LLVMIRGenerator::generateIR(SysYParser::CompUnitContext* unit) {
|
||||
// 初始化 SysY IR 模块
|
||||
@@ -852,4 +852,4 @@ std::any LLVMIRGenerator::visitLOrExp(SysYParser::LOrExpContext* ctx) {
|
||||
return left;
|
||||
}
|
||||
|
||||
} // namespace sysy
|
||||
// } // namespace sysy
|
||||
Reference in New Issue
Block a user