fix(ir): 修改了一下context的管理

This commit is contained in:
jing
2026-03-11 23:04:28 +08:00
parent fab6983d40
commit 0e5a75eaf3
13 changed files with 112 additions and 106 deletions

View File

@@ -38,7 +38,7 @@ int main(int argc, char** argv) {
if (need_blank_line) {
std::cout << "\n";
}
printer.Print(*module);
printer.Print(*module, std::cout);
need_blank_line = true;
}