Skip to content

Commit b32671d

Browse files
committed
codegen tests: add link to LLVM FileCheck docs
1 parent b315ce5 commit b32671d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/intro.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ details.
3434
- `pretty` – tests targeting the Rust "pretty printer", which
3535
generates valid Rust code from the AST
3636
- `debuginfo` – tests that run in gdb or lldb and query the debug info
37-
- `codegen` – tests that compile and then test the generated LLVM
37+
- [`codegen`](https://llvm.org/docs/CommandGuide/FileCheck.html)
38+
tests that compile and then test the generated LLVM
3839
code to make sure that the optimizations we want are taking effect.
3940
- `assembly` – similar to `codegen` tests, but verifies assembly output
4041
to make sure LLVM target backend can handle provided code.

0 commit comments

Comments
 (0)