We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assembly
1 parent 67ec74d commit 9df878fCopy full SHA for 9df878f
src/tests/intro.md
@@ -38,6 +38,8 @@ that give more details.
38
- `debuginfo` – tests that run in gdb or lldb and query the debug info
39
- `codegen` – tests that compile and then test the generated LLVM
40
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.
43
- `mir-opt` – tests that check parts of the generated MIR to make
44
sure we are building things correctly or doing the optimizations we
45
expect.
0 commit comments