test(test): 添加测试用例
This commit is contained in:
@@ -62,5 +62,5 @@ void PrintHelp(std::ostream& os) {
|
||||
<< " - 默认输出 IR\n"
|
||||
<< " - 若使用 --emit-parse-tree/--emit-ir/--emit-asm,则仅输出显式选择的阶段\n"
|
||||
<< " - 可使用重定向写入文件:\n"
|
||||
<< " compiler --emit-asm test/test_case/simple_add.sy > out.s\n";
|
||||
<< " compiler --emit-asm test/test_case/function/simple_add.sy > out.s\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user