Skip to content

LLVM 16.0.6

Compare
Choose a tag to compare
@kinke kinke released this 13 Aug 16:05

Vanilla LLVM 16.0.6 +

  • LLD linker, including a tiny workaround for LDC integration. (69b8ba6)
  • compiler-rt libraries, including some tweaks for the builtins library on Windows. Use -DCOMPILER_RT_INCLUDE_TESTS=OFF in the CMake command line to avoid the dependency on clang. (ae0d467)
  • Experimental SPIRV target to enable OpenCL emission for dcompute, including a tiny build fix on Windows. Use -DLLVM_INCLUDE_TESTS=OFF in the CMake command line to avoid the dependency on clang. (97aca54)
  • MLIR tools and libraries (non-Windows x86_64 packages only).
  • BOLT tools and libraries (non-Windows 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. (7319601)
  • Custom TLS emulation for Android. (bebf235)
  • Windows: Fix PGO. (878c8c7)
  • Automated prebuilt package generation via CI. (0f772dd)