fixed bugs brought out by merging

This commit is contained in:
lixuanwang
2025-06-22 14:39:38 +08:00
parent dda8bbe444
commit 4711fb603b
3 changed files with 9 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ add_executable(sysyc
sysyc.cpp
IR.cpp
SysYIRGenerator.cpp
Backend.cpp
# Backend.cpp
RISCv32Backend.cpp
)
target_include_directories(sysyc PRIVATE ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include)