libllvm15
Development headers and libraries for LLVM
Development headers and libraries for LLVM
To install this package, run one of the following:
LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs).
Summary
Development headers and libraries for LLVM
Last Updated
Oct 31, 2024 at 20:47
License
Apache-2.0 WITH LLVM-exception
Total Downloads
4.3K
Supported Platforms
Home
https://llvm.org/GitHub Repository
https://github.com/llvm/llvm-projectDocumentation
https://llvm.org/docs/