Fix code generation link

This commit is contained in:
Santiago Pastorino 2025-03-28 12:38:32 -03:00
parent 524d0205a0
commit cdbb219f83
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -1,6 +1,6 @@
# Codegen backend testing
See also the [Code generation](../../../src/backend/codegen.md) chapter.
See also the [Code generation](../../backend/codegen.md) chapter.
In addition to the primary LLVM codegen backend, the rust-lang/rust CI also runs tests of the [cranelift][cg_clif] and [GCC][cg_gcc] codegen backends in certain test jobs.