We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b315ce5 commit f9b6733Copy full SHA for f9b6733
src/tests/intro.md
@@ -36,6 +36,8 @@ details.
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
38
code to make sure that the optimizations we want are taking effect.
39
+ See [LLVM docs](https://llvm.org/docs/CommandGuide/FileCheck.html) for how to
40
+ write such tests.
41
- `assembly` – similar to `codegen` tests, but verifies assembly output
42
to make sure LLVM target backend can handle provided code.
43
- `mir-opt` – tests that check parts of the generated MIR to make
0 commit comments