docs(doc): 同步验证脚本自动比对说明

This commit is contained in:
Lane0218
2026-03-12 15:56:41 +08:00
parent 192907a225
commit b008cde14e
6 changed files with 12 additions and 10 deletions

View File

@@ -161,6 +161,8 @@ cmake --build build -j "$(nproc)"
./scripts/verify_asm.sh test/test_case/simple_add.sy test/test_result/asm --run
```
`--run` 模式下脚本会自动读取同名 `.in`,并将程序输出与退出码和同名 `.out` 比对。
### 9.2 优化效果对比(示例)
```bash