[llvm-branch-commits] [llvm] c447f0a - [llvm][utils][release] Remove mention of sub-project source archives (#176348)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 19 01:34:08 PST 2026
Author: David Spickett
Date: 2026-01-16T14:05:31Z
New Revision: c447f0af3a4c0e275d04ad560839fc3bad48e7ad
URL: https://github.com/llvm/llvm-project/commit/c447f0af3a4c0e275d04ad560839fc3bad48e7ad
DIFF: https://github.com/llvm/llvm-project/commit/c447f0af3a4c0e275d04ad560839fc3bad48e7ad.diff
LOG: [llvm][utils][release] Remove mention of sub-project source archives (#176348)
These are no longer provided as of llvm 22:
https://discourse.llvm.org/t/llvm-22-1-0-rc1-released/89479
> Please note: since the last release the subproject tarballs have been
> removed and are no longer provided. See RFC: Do "something" with the
> subproject tarballs in the release page for more details.
There are now only llvm-project and llvm-test-suite archives.
(cherry picked from commit 47689d2e85d50e3d0425d9fe1d17dc52ca3f26bc)
Added:
Modified:
llvm/utils/release/github-upload-release.py
Removed:
################################################################################
diff --git a/llvm/utils/release/github-upload-release.py b/llvm/utils/release/github-upload-release.py
index 51973a5406371..2d8fb4531eb51 100755
--- a/llvm/utils/release/github-upload-release.py
+++ b/llvm/utils/release/github-upload-release.py
@@ -175,8 +175,8 @@ def create_release(repo, release, tag=None, name=None, message=None):
Except for Windows. Where `LLVM-*.exe` is an installer intended for using LLVM as a toolchain and the archive `clang+llvm-` contains the contents of the installer, plus libraries and tools not normally used in a toolchain. You most likely want the `LLVM-` installer, unless you are developing software which itself uses LLVM, in which case choose `clang+llvm-`.
In addition, source archives are available:
-* `<sub-project>-{release}.src.tar.xz` are archives of the sources of specific sub-projects of `llvm-project` (except for `test-suite` which is an archive of the [LLVM Test Suite](https://github.com/llvm/llvm-test-suite)).
* To get all the `llvm-project` source code for this release, choose `llvm-project-{release}.src.tar.xz`.
+* `test-suite-{release}.src.tar.xz` is an archive of the [LLVM Test Suite](https://github.com/llvm/llvm-test-suite)) for this release.
## Verifying Packages
More information about the llvm-branch-commits
mailing list