LLVM: Difference between revisions

From ArchWiki
m (remove link to dropped package, see https://github.com/archlinux/svntogit-packages/commit/b3fa3078ff383eeb17f080c822b485102c6aeb00)
(Undo revision 774266 by Fredrickb (talk) - Template:App#Style)
Tag: Undo
 
(3 intermediate revisions by 3 users not shown)
Line 18: Line 18:
* {{App|lld|High-performance linker from the LLVM project.|https://lld.llvm.org/|{{Pkg|lld}}}}
* {{App|lld|High-performance linker from the LLVM project.|https://lld.llvm.org/|{{Pkg|lld}}}}
* {{App|[[Wikipedia:LLDB (debugger)|LLDB]]|High-performance debugger for C, Objective-C and C++.|https://lldb.llvm.org/|{{Pkg|lldb}}}}
* {{App|[[Wikipedia:LLDB (debugger)|LLDB]]|High-performance debugger for C, Objective-C and C++.|https://lldb.llvm.org/|{{Pkg|lldb}}}}
* {{App|llvm|Compiler infrastructure and extra tools.|https://lld.llvm.org/|{{Pkg|llvm}}}}
* {{App|libc++|LLVM C++ standard library, including full support for C++11 and C++14.|https://libcxx.llvm.org/|{{Pkg|libc++}}}}
* {{App|libc++|LLVM C++ standard library, including full support for C++11 and C++14.|https://libcxx.llvm.org/|{{Pkg|libc++}}}}
* {{App|libclc|Library requirements of the [[OpenCL]] [[C]] programming language.|https://libclc.llvm.org/|{{Pkg|libclc}}}}
* {{App|Polly|High-level loop and data-locality optimizer and optimization infrastructure for LLVM.|https://polly.llvm.org/|{{Pkg|polly}}}}


== See also ==
== See also ==


* https://llvm.org/
* https://llvm.org/

Latest revision as of 05:52, 31 March 2023

From 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.

Toolchain

This article or section needs expansion.

Reason: Add openmp, ldc, emscripten. (Discuss in Talk:LLVM)
  • Clang — C language family frontend for LLVM.
https://clang.llvm.org/ || clang
  • lld — High-performance linker from the LLVM project.
https://lld.llvm.org/ || lld
  • LLDB — High-performance debugger for C, Objective-C and C++.
https://lldb.llvm.org/ || lldb
  • llvm — Compiler infrastructure and extra tools.
https://lld.llvm.org/ || llvm
  • libc++ — LLVM C++ standard library, including full support for C++11 and C++14.
https://libcxx.llvm.org/ || libc++
  • libclc — Library requirements of the OpenCL C programming language.
https://libclc.llvm.org/ || libclc
  • Polly — High-level loop and data-locality optimizer and optimization infrastructure for LLVM.
https://polly.llvm.org/ || polly

See also