Codegen backend testing

March 28, 2025 ยท View on GitHub

See also the Code generation chapter.

In addition to the primary LLVM codegen backend, the rust-lang/rust CI also runs tests of the cranelift and GCC codegen backends in certain test jobs.

For more details on the tests involved, see:

  • Cranelift codegen backend tests
  • GCC codegen backend tests