App do catálogo
LLVM
Toolchain com compiladores e ferramentas para C, C++ e linguagens nativas.
Funciona em
WindowsmacOSLinux
Instaladores disponíveis
Comandos
Winget Windows
Fonte oficial · LLVM.LLVM
Instalar
powershell
winget install --id LLVM.LLVM -eDesinstalar
powershell
winget uninstall --id LLVM.LLVM -eHomebrew macOS
Fonte oficial · llvm
Instalar
zsh
brew install llvmDesinstalar
zsh
brew uninstall llvmAPT Linux
Fonte oficial · llvm · exige admin
Instalar
bash
sudo apt-get update && sudo apt-get install -y llvmDesinstalar
bash
sudo apt-get remove -y llvm