Skip to content
Rust-specific fork of LLVM.
Branch: master
Clone or download
Pull request Compare This branch is 4 commits ahead, 5884 commits behind llvm:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md

README.md

Rust's fork of LLVM

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.

You can’t perform that action at this time.