Downloads:
1,751,726
Downloads of v 19.1.0:
23,801
Last Update:
21 Sep 2024
Package Maintainer(s):
Software Author(s):
- LLVM team
Tags:
llvm c++ c clang clangd lldLLVM
This is not the latest version of LLVM available.
- 1
- 2
- 3
19.1.0 | Updated: 21 Sep 2024
Downloads:
1,751,726
Downloads of v 19.1.0:
23,801
Maintainer(s):
Software Author(s):
- LLVM team
LLVM 19.1.0
This is not the latest version of LLVM available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by LLVM team. The inclusion of LLVM team trademark(s), if any, upon this webpage is solely to identify LLVM team goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install LLVM, run the following command from the command line or from PowerShell:
To upgrade LLVM, run the following command from the command line or from PowerShell:
To uninstall LLVM, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download llvm --internalize --version=19.1.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade llvm -y --source="'INTERNAL REPO URL'" --version="'19.1.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade llvm -y --source="'INTERNAL REPO URL'" --version="'19.1.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install llvm
win_chocolatey:
name: llvm
version: '19.1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'llvm' do
action :install
source 'INTERNAL REPO URL'
version '19.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller llvm
{
Name = "llvm"
Version = "19.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'llvm':
ensure => '19.1.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 21 Sep 2024.
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
This package installs all Windows tools, which includes but is not limited to:
- clang
- clang-cl
- clangd
- clang++
- clang-format
- lld
- llvm-objdump
$ErrorActionPreference = 'Stop';
$packageName = $env:ChocolateyPackageName
$softwareName = 'llvm*'
$installerType = 'EXE'
$silentArgs = '/S'
$validExitCodes = @(0)
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % { Write-Warning "- $_.DisplayName" }
}
Log in or click on link to see number of positives.
- llvm.19.1.0.nupkg (31c8e3ad39d2) - ## / 67
- LLVM-19.1.0-win64.exe (143827ab00c5) - ## / 47
- LLVM-19.1.0-win32.exe (644bcaab8d3e) - ## / 55
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
LLVM 19.1.3 | 10489 | Thursday, November 7, 2024 | Approved | |
LLVM 19.1.2 | 13517 | Saturday, October 19, 2024 | Approved | |
LLVM 19.1.0 | 23801 | Saturday, September 21, 2024 | Approved | |
LLVM 18.1.8 | 29556 | Monday, July 15, 2024 | Approved | |
LLVM 18.1.6 | 37685 | Wednesday, May 22, 2024 | Approved | |
LLVM 18.1.5 | 15226 | Friday, May 3, 2024 | Approved | |
LLVM 18.1.4 | 9827 | Friday, April 19, 2024 | Approved | |
LLVM 18.1.3 | 3066 | Monday, April 15, 2024 | Approved | |
LLVM 18.1.2 | 10434 | Friday, March 29, 2024 | Approved | |
LLVM 18.1.0 | 18860 | Wednesday, March 6, 2024 | Approved | |
LLVM 17.0.6 | 77752 | Friday, December 1, 2023 | Approved | |
LLVM 17.0.5 | 4606 | Sunday, November 19, 2023 | Approved | |
LLVM 17.0.3 | 12913 | Wednesday, October 18, 2023 | Approved | |
LLVM 17.0.2 | 21657 | Wednesday, October 4, 2023 | Approved | |
LLVM 17.0.1 | 52984 | Tuesday, September 19, 2023 | Approved | |
LLVM 16.0.6 | 49034 | Friday, June 16, 2023 | Approved | |
LLVM 16.0.5 | 5648 | Sunday, June 4, 2023 | Approved | |
LLVM 16.0.4 | 2484 | Monday, May 29, 2023 | Approved | |
LLVM 16.0.3 | 8527 | Wednesday, May 3, 2023 | Approved | |
LLVM 16.0.2 | 4124 | Monday, April 24, 2023 | Approved | |
LLVM 16.0.1 | 6765 | Saturday, April 8, 2023 | Approved | |
LLVM 16.0.0 | 25769 | Saturday, March 25, 2023 | Approved | |
LLVM 15.0.7 | 26177 | Tuesday, February 14, 2023 | Approved | |
LLVM 15.0.5 | 35925 | Wednesday, November 16, 2022 | Approved | |
LLVM 15.0.4 | 5033 | Saturday, November 5, 2022 | Approved | |
LLVM 15.0.3 | 4115 | Wednesday, October 19, 2022 | Approved | |
LLVM 15.0.2 | 7398 | Tuesday, October 4, 2022 | Approved | |
LLVM 15.0.1 | 4630 | Wednesday, September 21, 2022 | Approved | |
LLVM 15.0.0 | 4537 | Tuesday, September 6, 2022 | Approved | |
LLVM 14.0.6 | 27570 | Monday, July 4, 2022 | Approved | |
LLVM 14.0.5 | 3452 | Saturday, June 18, 2022 | Exempted | |
LLVM 14.0.4 | 2595 | Thursday, May 26, 2022 | Exempted | |
LLVM 14.0.3 | 5275 | Saturday, April 30, 2022 | Exempted | |
LLVM 14.0.1 | 3289 | Monday, April 18, 2022 | Approved | |
LLVM 14.0.0 | 24626 | Thursday, March 24, 2022 | Exempted | |
LLVM 13.0.1 | 157970 | Tuesday, February 8, 2022 | Exempted | |
LLVM 13.0.0 | 39762 | Saturday, October 9, 2021 | Exempted | |
LLVM 12.0.1 | 26990 | Thursday, August 19, 2021 | Approved | |
LLVM 12.0.0 | 75831 | Thursday, April 15, 2021 | Approved | |
LLVM 11.1.0 | 41856 | Friday, April 2, 2021 | Approved | |
LLVM 11.0.1 | 311879 | Saturday, January 23, 2021 | Approved | |
LLVM 11.0.0 | 183521 | Wednesday, October 14, 2020 | Approved | |
LLVM 10.0.0 | 115835 | Thursday, March 26, 2020 | Approved | |
LLVM 9.0.1 | 16983 | Saturday, February 22, 2020 | Approved | |
LLVM 9.0.0 | 30914 | Sunday, September 22, 2019 | Approved | |
LLVM 8.0.1 | 16337 | Wednesday, August 14, 2019 | Approved | |
LLVM 8.0.0 | 22340 | Saturday, March 23, 2019 | Approved | |
LLVM 7.0.1 | 11208 | Saturday, January 19, 2019 | Approved | |
LLVM 7.0.0 | 91496 | Wednesday, September 19, 2018 | Approved | |
LLVM 6.0.1 | 6391 | Tuesday, July 24, 2018 | Approved | |
LLVM 6.0.0.20180508 | 1488 | Tuesday, May 8, 2018 | Approved | |
LLVM 6.0.0 | 1108 | Saturday, March 10, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about LLVM and the LLVM package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or LLVM, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.