Closed
Description
Right now Rust maintains its own "temporary" fork of LLVM: https://github.com/rust-lang/llvm
The fork seems to basically be LLVM 4.0 with a few changes. A list of the current changes on top of LLVM upstream can be seen here. Plus, Rust's LLVM fork includes the fastcomp backend, meaning Rust and fastcomp need to upgrade in lock-step.
Rust and LLVM seem to be mature enough now that Rust should be able to track released version numbers of LLVM. The current state of affairs seems to impose a heavy maintenance burden, making it hard to integrate upstream improvements in LLVM to Rust.