LLVM (简体中文)
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 的完全支持。