Skip to content

LLVM 14.0.0

Compare
Choose a tag to compare
@kinke kinke released this 04 Apr 21:53

Vanilla LLVM 14.0.0 +

  • LLD linker, including a tiny workaround for LDC integration. (e9c9367)
  • 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. (fb11fc1)
  • 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. (69748f0)
  • MLIR tools and libraries.
  • BOLT tools and libraries, including a tiny build workaround. (0567b64)
  • Mach-O: Support emitting the DWARF __debug_info section as non-debug section, in order to prevent the macOS linker from stripping it when linking the binary. This enables druntime's rt.backtrace to display file/line infos in backtraces. (de3d950)
  • 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. (63267ed)
  • Custom TLS emulation for Android. (a8f3c7a)
  • Windows: Fix PGO. (c1e52c7)