8000 Release LLVM 7.0.0 · ldc-developers/llvm · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

LLVM 7.0.0

Compare
Choose a tag to compare
@kinke kinke released this 26 Sep 11:18
· 36 commits to ldc-release_70 since this release
aaa4575

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's rt.backtrace to display file/line infos in backtraces. (7f88194)
  • Fix PGO for Windows (0cbb0b2).
0