Releases: MaterializeInc/toolchains
Releases · MaterializeInc/toolchains
clang-18.1.8-4
Built on top of clang-18.1.8-3
but with the following changes:
- Bootstrapped from
clang 18
as opposed toclang 17
- Includes
llvm-dwarfdump
binary
clang-18.1.8-3
Same cmake
configuration as clang-18.1.8-2
, but built in a Docker image with Ubuntu 22.04 as the base image.
rust-nightly/2024-08-01
make release tags required to help prevent clobbering old builds
rust-1.81.0
adjust paths
clang-18.1.8-2
Everything from clang-18.1.8-1
plus:
- Built in a Docker container with Ubuntu 24.04 as the base image, which has
glibc 2.39
- Includes LLVM sanitizer runtimes.
asan
,tsan
,hwasan
,cfi
,msan
, andubsan
.
clang-18.1.8-1
Difference from clang-18.1.8
Built with the following additional C flags:
-DNDEBUG
-O3
-fPIC
-mcpu=neoverse-n1
(foraarch64
build)-march=v86_64-v3
(forx86_64
build)
linux-sysroot-5_10-2_35-11_4_0
another temp fix
linux-sysroot-6_1-2_38-13_3_0
temp fix
linux-sysroot-4_18-2_28-10_3_0
make sysroot shell scripts executable
rust-1.80.1
adjust generated tarball once more