We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b315ce5 commit b32671dCopy full SHA for b32671d
src/tests/intro.md
@@ -34,7 +34,8 @@ details.
34
- `pretty` – tests targeting the Rust "pretty printer", which
35
generates valid Rust code from the AST
36
- `debuginfo` – tests that run in gdb or lldb and query the debug info
37
-- `codegen` – tests that compile and then test the generated LLVM
+- [`codegen`](https://llvm.org/docs/CommandGuide/FileCheck.html) –
38
+ tests that compile and then test the generated LLVM
39
code to make sure that the optimizations we want are taking effect.
40
- `assembly` – similar to `codegen` tests, but verifies assembly output
41
to make sure LLVM target backend can handle provided code.
0 commit comments