commit | 2a22c8014390bdf387d8ed26005fee3187fb98bd | [log] [tgz] |
---|---|---|
author | Alex Tokarev <aleksator@gmail.com> | Mon Mar 23 16:53:50 2020 +0300 |
committer | GitHub <noreply@github.com> | Mon Mar 23 08:53:50 2020 -0500 |
tree | 9b5988adaa7f794ea7575a4f2fe9ee71fbbb8b55 | |
parent | 7e393309b9817e47a42f68fc5de112627748b1d2 [diff] |
Fix link to "Updating LLVM" documentation (#42) The documentation was moved and is no longer accessible through the old link.
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