LLVM (简体中文)

From ArchWiki
翻译状态:本文是 LLVM翻译。上次翻译日期:2020-05-01。如果英文版本有所更改,则您可以帮助同步翻译。

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 语言家族前端。
https://clang.llvm.org/ || clang
  • lld — LLVM 项目中的高性能链接器。
https://lld.llvm.org/ || lld
  • LLDB — 用于 C,Objective-C 和 C++ 的高性能调试器。
https://lldb.llvm.org/ || lldb
  • libc++ — LLVM C++ 标准库,包括对 C++ 11 和 C++ 14 的完全支持。
https://libcxx.llvm.org/ || libc++

另请参见