This repository was archived by the owner on Dec 20, 2019. It is now read-only.
LLVM 8.0.0
Vanilla LLVM 8.0.0 +
- LLD (efb2a61, incl. a tiny workaround for LDC)
- compiler-rt libraries (34f917e, incl. some tiny adaptations for LDC and Windows targets). Use
-DCOMPILER_RT_INCLUDE_TESTS=OFF
in the CMake command line to avoid the dependency on clang. - Khronos SPIRV-LLVM-Translator library (54525a9) to enable OpenCL emission for dcompute.
- 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'srt.backtrace
to display file/line infos in backtraces. (b562fb7) - Fix PGO for Windows. (afa3920)
- 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
. (5c1d425) - Custom TLS emulation for Android. (38955d9)