Skip to content

Commit

Permalink
fix test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
xkz0777 committed Oct 6, 2023
1 parent d542d0c commit c806a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lab2/warmup.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $ lli gcd_array_generator.ll
$ echo $?
```

你可以通过观察原来的 C 代码来推断 `echo $?` 应该返回的正确结果,也可以通过 `clang -S -emit-llvm` 编译 `tests/2-ir-gen/warmup/stu_cpp` 目录下 4 个 cpp 文件获得 4 个相应的 .ll 文件,再用 `lli` 执行 .ll 文件来获取正确结果。
你可以通过观察原来的 C 代码来推断 `echo $?` 应该返回的正确结果,也可以通过 `clang -S -emit-llvm` 编译 `tests/2-ir-gen/warmup/c_cases` 目录下 4 个 C 文件获得 4 个相应的 .ll 文件,再用 `lli` 执行 .ll 文件来获取正确结果。

### 仓库目录结构

Expand Down

0 comments on commit c806a36

Please sign in to comment.