commit | 7e393309b9817e47a42f68fc5de112627748b1d2 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Fri Sep 20 09:46:41 2019 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Fri Sep 20 09:46:41 2019 -0700 |
tree | 12bb701ac7639897134944373ce94146be00b413 | |
parent | 82a77c0847cb2f8534e774ded7cc3809f5ff478e [diff] |
Link to rustc-guide update docs
This repository is a Rust-specific fork of LLVM. This is used as a submodule in the https://github.com/rust-lang/rust repository. The Rust repository is always pinned to a branch of this repository, and the master
branch of this 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