This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
LLVM 6.0.1
- Upgrade LLVM, LLD & compiler-rt to v6.0.1.
- 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. (7798278) - LDC-specific TLS emulation for AArch64-Android. (13ba2b0)
- Add MIPS, MSP430, RISC-V and WebAssembly targets for prebuilt packages. (7d769d6)