Merge branch 'backend' of gitee.com:lixuanwang/mysysy into backend

This commit is contained in:
Lixuanwang
2025-08-04 16:34:22 +08:00
3 changed files with 73 additions and 15 deletions

View File

@@ -3,6 +3,12 @@
#include "RISCv64LLIR.h"
// Forward declarations
namespace sysy {
class GlobalValue;
class Value;
}
extern int DEBUG;
extern int DEEPDEBUG;