From 7e393309b9817e47a42f68fc5de112627748b1d2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Sep 2019 09:46:41 -0700 Subject: [PATCH] Link to rustc-guide update docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57835948dd69e3..53204a661df70d 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ repository is not used. Despite this being a "fork" it's more of just a place where we can easily tweak the LLVM source for Rust's own build. All patches should by default go upstream first, and then we can cherry-pick them onto our branches if necessary. + +To learn more about updating LLVM in the Rust compiler, consult the +[documentation for doing so in +`rustc-guide`](https://rust-lang.github.io/rustc-guide/codegen/updating-llvm.html)