Merge pull request #2306 from spastorino/fix-codegen-link
Fix code generation link
This commit is contained in:
commit
f09a907a8d
|
|
@ -1,6 +1,6 @@
|
||||||
# Codegen backend testing
|
# 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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue