X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_codegen_llvm%2FREADME.md;h=554f5417780b87e9062a2979e96fd2126d575d35;hb=9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514;hp=dda2e5ac18f01ba00f35a1b9a3d8b8d6b3ea567d;hpb=6d3501ebe3b2395456c90d7c6147ce5a8244979d;p=rust.git diff --git a/src/librustc_codegen_llvm/README.md b/src/librustc_codegen_llvm/README.md index dda2e5ac18f..554f5417780 100644 --- a/src/librustc_codegen_llvm/README.md +++ b/src/librustc_codegen_llvm/README.md @@ -2,6 +2,6 @@ The `codegen` crate contains the code to convert from MIR into LLVM IR, and then from LLVM IR into machine code. In general it contains code that runs towards the end of the compilation process. -For more information about how codegen works, see the [rustc guide]. +For more information about how codegen works, see the [rustc dev guide]. -[rustc guide]: https://rust-lang.github.io/rustc-guide/codegen.html +[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html