Releases: lfi-project/lfi-llvm-toolchain
Releases · lfi-project/lfi-llvm-toolchain
Release list
v0.10 (moved)
Please see https://github.com/lfi-project/lfi/releases/tag/v0.10 for release artifacts.
v0.9
First release of the new LFI toolchain. Changes compared to old versions distributed at zyedidia/lfi:
- Updated to LLVM 20.
- Changed Arm64 reserved registers from
x18/x21/x22tox28/x27/x26. - Sanitizers included.
- BoxRT library included for use with lfi-project/lfi-bind.
- Separate prebuilt LFI tools:
lfi-verify,lfi-run,lfi-rewrite,lfi-postlink, and libraries:liblfi.soandliblfi.a. These are provided inARCH-lfi-tools.tar.gz.
The aarch64 toolchains ending with host-x86_64 are aarch64 cross compilers that run on a x86-64 host machine.
new-reserved-regs
LFI toolchains that reserve x28/x27/x26 instead of x18/x21/x22, built from LLVM 20.1.7.