Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
next release.</p>
</div>

<table class="rel_section"><tr><td><a name="21.1.6">Download LLVM 21.1.6</a></td></tr></table>
<div class="rel_boxtext">
<p><b>Sources / Pre-Built Binaries / Doxygen:</b></p>

These are available on the GitHub release <a href='https://github.com/llvm/llvm-project/releases/tag/llvmorg-21.1.6'>page</a>.
<p><b>Documentation:</b></p>
<ul>
<li><a href="21.1.6/docs/index.html">LLVM</a> (<a href="21.1.6/docs/ReleaseNotes.html">release notes</a>)</li>
<li><a href="21.1.6/tools/clang/docs/index.html">Clang</a> (<a href="21.1.6/tools/clang/docs/ReleaseNotes.html">release notes</a>)</li>
<li><a href="21.1.6/tools/clang/tools/extra/docs/index.html">clang-tools-extra</a> (<a href="21.1.6/tools/clang/tools/extra/docs/ReleaseNotes.html">release notes</a>)</li>
<li><a href="21.1.6/tools/lld/docs/index.html">LLD</a> (<a href="21.1.6/tools/lld/docs/ReleaseNotes.html">release notes</a>)</li>
<li><a href="21.1.6/projects/libcxx/docs/index.html">libc++</a> (<a href="21.1.6/projects/libcxx/docs/ReleaseNotes.html">release notes</a>)</li>
<li><a href="21.1.6/tools/polly/docs/index.html">Polly</a> (<a href="21.1.6/tools/polly/docs/ReleaseNotes.html">release notes</a>)</li>
<li><a href="21.1.6/tools/flang/docs/index.html">Flang</a> (<a href="21.1.6/tools/flang/docs/ReleaseNotes.html">release notes</a>)</li>
</ul>
</div>

<table class="rel_section"><tr><td><a name="18.1.8">Download LLVM 18.1.8</a></td></tr></table>
<div class="rel_boxtext">
<p><b>Sources / Pre-Built Binaries / Doxygen:</b></p>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

// date, version, [releasenotes, docs].
var RELEASES = [
['18 Nov 2025', '21.1.6', ['llvm', 'clang', 'lld', 'clang-extra', 'libc++', 'polly', 'flang'], ['llvm', 'clang', 'lld', 'clang-extra', 'libc++', 'polly', 'flang']],
['26 Aug 2025', '21.1.0', ['llvm', 'clang', 'lld', 'clang-extra', 'libc++', 'polly', 'flang'], ['llvm', 'clang', 'lld', 'clang-extra', 'libc++', 'polly', 'flang']],
['04 Mar 2025', '20.1.0', ['llvm', 'clang', 'lld', 'clang-extra', 'libc++', 'polly', 'flang'], ['llvm', 'clang', 'lld', 'clang-extra', 'libc++', 'polly', 'flang']],
['1 Oct 2024', '19.1.1', ['https://discourse.llvm.org/t/llvm-19-1-1-released/82321'], []],
Expand Down