Skip to content

Commit f9b6733

Browse files
authored
codegen tests: add link to LLVM FileCheck docs (#673)
1 parent b315ce5 commit f9b6733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/intro.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ details.
3636
- `debuginfo` – tests that run in gdb or lldb and query the debug info
3737
- `codegen` – tests that compile and then test the generated LLVM
3838
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.
3941
- `assembly` – similar to `codegen` tests, but verifies assembly output
4042
to make sure LLVM target backend can handle provided code.
4143
- `mir-opt` – tests that check parts of the generated MIR to make

0 commit comments

Comments
 (0)