LLVM 18.1.3
·
114 commits
to ldc-release/18.x
since this release
Vanilla LLVM 18.1.3 +
- LLD linker, including a tiny workaround for LDC integration. (31804fd)
- 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. (dac1131, e88b789) - 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. - 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
. (cbaeb47) - Windows: Fix PGO. (a2421e8)
- Automated prebuilt package generation via CI. (77babf8)