Skip to content

Commit 9df878f

Browse files
denzpmark-i-m
authored andcommitted
Add a note about assembly test suite.
1 parent 67ec74d commit 9df878f

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
@@ -38,6 +38,8 @@ that give more details.
3838
- `debuginfo` – tests that run in gdb or lldb and query the debug info
3939
- `codegen` – tests that compile and then test the generated LLVM
4040
code to make sure that the optimizations we want are taking effect.
41+
- `assembly` – similar to `codegen` tests, but verifies assembly output
42+
to make sure LLVM target backend can handle provided code.
4143
- `mir-opt` – tests that check parts of the generated MIR to make
4244
sure we are building things correctly or doing the optimizations we
4345
expect.

0 commit comments

Comments
 (0)