可以处理生成加法的IR
This commit is contained in:
7
src/utils/Log.h
Normal file
7
src/utils/Log.h
Normal file
@@ -0,0 +1,7 @@
|
||||
// 轻量日志接口。
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#define LOG_INFO(msg) std::cerr << "[info] " << msg << "\n"
|
||||
#define LOG_ERROR(msg) std::cerr << "[error] " << msg << "\n"
|
||||
Reference in New Issue
Block a user