Skip to content

LLVM 9.0.1

Choose a tag to compare

@kinke kinke released this 20 Dec 00:43

Vanilla LLVM 9.0.1 +

  • LLD linker, including a tiny workaround for LDC integration. (88def8e)
  • 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. (083a937)
  • 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. (80019a8)
  • 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. (110deda)
  • 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. (f672f90)
  • Custom TLS emulation for Android. (9f6443d)

Older versions are available in the old repo: https://github.com/ldc-developers/llvm/releases