Releases: jamesmth/llvm-project
Releases · jamesmth/llvm-project
LLVM+LLD 18.1.2-rust-1.78
Update for Rust 1.78 fork of LLVM toolchain.
LLVM+LLD 17.0.6-rust-1.75
Update for Rust 1.75 fork of LLVM toolchain.
LLVM+LLD 16.0.2-rust-1.71
Update for Rust 1.71 fork of LLVM toolchain.
LLVM+LLD 15.0.0-rust-1.65
Update for Rust 1.65 fork of LLVM toolchain.
LLVM+LLD 14.0.6-rust-1.64
Update for Rust 1.64 fork of LLVM toolchain.
LLVM+LLD 13.0.0-rust-1.59
Update for Rust 1.59 fork of LLVM toolchain.
LLVM+LLD 12.0.1-rust-1.55
Update for Rust 1.55 fork of LLVM toolchain.
Notable additions:
- Add LLD cli options
--load-pass-plugin=..
for MacOS - Add LLD cli options
--lto-newpm-passes=..
for MacOS
LLVM+LLD 11.0.1-rust-1.51
Update for Rust 1.51 fork of LLVM toolchain. LLD is provided with support for LTO pass plugins.
Notable additions:
- Add LLD cli options
--load-pass-plugin=..
for Linux and/load-pass-plugin:..
for Windows - Add LLD cli options
--lto-newpm-passes=..
for Linux and/lto-newpm-passes:..
for Windows
LLVM 10.0.1-rust-1.46
LLVM toolchain (Rust 1.46 fork) with pass plugins support.
Notable additions:
- Fix build with MSVC
- Fix LLVM plugin support on Windows