The LLVM-18-64 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-64 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: 458 MB
Authors: Vikram Adve, Chris Lattner, LLVM-64 Developer Group
Tags:
c,
c++,
c++11,
c++14,
c++17,
c++20,
c++23,
compiler,
cpp,
llvm,
toolchain,
virtual,
vm
Default path: %HOMEDRIVE%\Programs\LLVM-18-64
pbox install llvm-18-64
Show pbox.xml
<pbox version="1.0">
<name>llvm-18-64</name>
<title>LLVM-18-64</title>
<version>18.1.2</version>
<group>compiler</group>
<archs>64</archs>
<archiveFile arch="64">archive.7z</archiveFile>
<homedir>%HOMEDRIVE%\Programs\LLVM-18-64</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${archiveFile}" ${name}</script>
<exec>compact /s:"${homedir}" /c /a /i *</exec>
<env>LLVM_18_64_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>LLVM_18_64_HOME</unenv>
</uninstall>
</pbox>