LLVM (简体中文)
Wikipedia 的描述:
- The LLVM compiler infrastructure project is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends.
工具链
- Clang — LLVM 的 C 语言家族前端。
- lld — LLVM 项目中的高性能链接器。
- LLDB — 用于 C,Objective-C 和 C++ 的高性能调试器。
- libc++ — LLVM C++ 标准库,包括对 C++ 11 和 C++ 14 的完全支持。