Skip to content

Commit 7b44863

Browse files
committed
move the forum mention further up
1 parent 5b09a3b commit 7b44863

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,14 @@ def create_release(repo, release, tag=None, name=None, message=None):
7171
7272
Download links will appear here once builds have completed. <!-- AUTOMATIC_DOWNLOAD_LINKS_PLACEHOLDER -->
7373
74-
For any other variants of platform and architecture, check the full list of release packages at the bottom of this release page.
74+
For any other variants of platform and architecture, check the full list of release packages at the bottom of this release page. If you do not find a release package for your platform, you may be able to find a community built package on the LLVM Discourse forum thread for this release. Remember that these are built by volunteers and may not always be available. If you rely on a platform or configuration that is not one of the defaults, we suggest you use the binaries that your platform provides, or build your own release packages.
7575
7676
## Package Types
7777
7878
Each platform has one binary release package. The file name starts with either `LLVM-` or `clang+llvm-` and ends with the platform's name. For example, `LLVM-{release}-Linux-ARM64.tar.xz` contains LLVM binaries for Arm64 Linux.
7979
8080
Except for Windows. Where `LLVM-*.exe` is an installer intended for using LLVM as a toolchain and `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-`.
8181
82-
If you do not find a release package for your platform, you may be able to find a community built package on the LLVM Discourse forum thread for this release. Remember that these are built by volunteers and may not always be available.
83-
84-
If you rely on a platform or configuration that is not one of the defaults, we suggest you use the binaries that your platform provides, or build your own release packages.
85-
8682
In addition, source archives are available:
8783
* `<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)).
8884
* To get all the `llvm-project` source code for this release, choose `llvm-project-{release}.src.tar.xz`.

0 commit comments

Comments
 (0)