跳转至内容

LLVM

来自 ArchWiki

来自 Wikipedia

LLVM 编译器基础设施项目是一个“模块化且可重用的编译器和工具链技术集合”,用于开发编译器的前端和后端。

工具链

本文章或章节需要扩充。

原因:添加 openmp, ldc, emscripten。(在 Talk:LLVM 中讨论)
  • Clang — LLVM 的 C 语言系列前端。
https://clang.llvm.net.cn/ || clang
  • lld — 来自 LLVM 项目的高性能链接器。
https://lld.llvm.org/ || lld
  • LLDB — 用于 C, Objective-C 和 C++ 的高性能调试器。
https://lldb.llvm.org/ || lldb
  • llvm — 编译器基础设施及额外工具。
https://lld.llvm.org/ || llvm
  • libc++ — LLVM C++ 标准库,包括对 C++11 和 C++14 的全面支持。
https://libcxx.llvm.org/ || libc++
  • libclcOpenCL C 编程语言的库要求。
https://libclc.llvm.org/ || libclc
  • Polly — LLVM 的高级循环和数据局部性优化器及优化基础设施。
https://polly.llvm.org/ || polly

参见

© . This site is unofficial and not affiliated with Arch Linux.

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.