The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.
Size: 93 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Tags:
c,
c++,
c++11,
c++14,
c++17,
compiler,
cpp,
llvm,
toolchain,
virtual,
vm
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm
Show pbox.xml
<pbox version="1.0">
<name>llvm</name>
<title>LLVM</title>
<version>6.0.0</version>
<group>compiler</group>
<archs>32</archs>
<homedir>%HOMEDRIVE%\Programs\LLVM</homedir>
<install>
<copy>.\files</copy>
<env>LLVM_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>LLVM_HOME</unenv>
</uninstall>
</pbox>