This repository was archived by the owner on Dec 20, 2019. It is now read-only.
LLVM 7.0.0
·
36 commits
to ldc-release_70
since this release
Vanilla LLVM 7.0.0 +
- LLD (6f2e465, incl. a tiny workaround for LDC)
- compiler-rt libraries (de51970). Use
-DCOMPILER_RT_INCLUDE_TESTS=OFF
in the CMake command line to avoid the dependency on clang. - Custom TLS emulation for Android targets (ecba7c7).
- 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. (7f88194) - Fix PGO for Windows (0cbb0b2).