Vanilla LLVM 19.1.3 +
- LLD linker, including a tiny workaround for LDC integration. (2654c30)
- compiler-rt libraries, including some tweaks for the builtins library on Windows and Android. Use
-DCOMPILER_RT_INCLUDE_TESTS=OFF
in the CMake command line to avoid the dependency on clang. (54fd506, 756f82d) - Experimental SPIRV target to enable OpenCL emission for dcompute. Use
-DLLVM_INCLUDE_TESTS=OFF
in the CMake command line to avoid the dependency on clang. - Experimental Xtensa target.
- BOLT tools and libraries (Linux & Android packages only).
- Windows: Use
.
instead of::
as CodeView debuginfo scope separator (for fully qualified names) for modules tagged with the D language, i.e., if compiling with LDC and-g
. (e86602a) - Windows: Fix PGO. (43643d4)
- Automated prebuilt package generation via CI. (0a27e96)