Skip to content

LLVM 15.0.7

Compare
Choose a tag to compare
@kinke kinke released this 11 Feb 17:30

Vanilla LLVM 15.0.7 +

  • LLD linker, including a tiny workaround for LDC integration. (276022b)
  • 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. (1c2e04d)
  • Khronos SPIRV-LLVM-Translator to enable OpenCL emission for dcompute. Use -DLLVM_INCLUDE_TESTS=OFF in the CMake command line to avoid the dependency on clang. (0f0573f)
  • 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. (1d1b2e9)
  • Custom TLS emulation for Android. (abddd50)
  • Windows: Fix PGO. (cf54259)
  • Automated prebuilt package generation via CI. (37a9999)