Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jamesmth/llvm-project

LLVM+LLD 18.1.2-rust-1.78

03 May 17:52
Compare
Choose a tag to compare

Update for Rust 1.78 fork of LLVM toolchain.

LLVM+LLD 17.0.6-rust-1.75

03 Feb 15:38
Compare
Choose a tag to compare

Update for Rust 1.75 fork of LLVM toolchain.

LLVM+LLD 16.0.2-rust-1.71

29 Apr 09:47
Compare
Choose a tag to compare

Update for Rust 1.71 fork of LLVM toolchain.

LLVM+LLD 15.0.0-rust-1.65

22 Jan 16:26
Compare
Choose a tag to compare

Update for Rust 1.65 fork of LLVM toolchain.

LLVM+LLD 14.0.6-rust-1.64

22 Jan 16:22
Compare
Choose a tag to compare

Update for Rust 1.64 fork of LLVM toolchain.

LLVM+LLD 13.0.0-rust-1.59

22 Jan 16:18
Compare
Choose a tag to compare

Update for Rust 1.59 fork of LLVM toolchain.

LLVM+LLD 12.0.1-rust-1.55

22 Jan 13:29
Compare
Choose a tag to compare

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

22 Jan 12:24
Compare
Choose a tag to compare

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

22 Jan 10:28
Compare
Choose a tag to compare

LLVM toolchain (Rust 1.46 fork) with pass plugins support.

Notable additions:

  • Fix build with MSVC
  • Fix LLVM plugin support on Windows