LLVM

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

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

Tango-view-fullscreen.pngThis article or section needs expansion.Tango-view-fullscreen.png

Reason: Add llvm-ocaml, 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
  • libc++ — LLVM C++ standard library, including full support for C++11 and C++14.
https://libcxx.llvm.org/ || libc++

See also