refactor(test): 简化验证脚本命名并统一测试输出目录
This commit is contained in:
@@ -210,8 +210,8 @@ cmake --build build -j "$(nproc)"
|
||||
### 8.2 语义回归
|
||||
|
||||
```bash
|
||||
./scripts/verify_ir_with_llvm.sh test/test_case/simple_add.sy out/ir --run
|
||||
./scripts/verify_asm_with_qemu.sh test/test_case/simple_add.sy out/asm --run
|
||||
./scripts/verify_ir.sh test/test_case/simple_add.sy test/test_result/ir --run
|
||||
./scripts/verify_asm.sh test/test_case/simple_add.sy test/test_result/asm --run
|
||||
```
|
||||
|
||||
目标:优化后程序行为与优化前保持一致。
|
||||
|
||||
Reference in New Issue
Block a user