diff options
-rw-r--r-- | _includes/downloads/amd64-advanced.html | 10 | ||||
-rw-r--r-- | _includes/downloads/arm64-advanced.html | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html index 22fc2ce..a6d2ccd 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -44,6 +44,16 @@ {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %} </div> + <div class="alert alert-danger"> + <strong><i class="fa fa-fw fa-info-circle"></i> LLVM stages</strong> + <p> + The LLVM-based stages are experimental and use libc++, meaning they aren't ABI compatible + with other stages using libstdc++. They are NOT the same as just using Clang globally. + Only use with extreme caution. They are not supported at this time unless bug reports come with + investigation and analysis. + </p> + </div> + <h4>Hardened stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened-openrc" title="Hardened stage 3" tag="openrc" %} diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index 679f0d2..e09e1b0 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -19,6 +19,16 @@ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %} </div> + + <div class="alert alert-danger"> + <strong><i class="fa fa-fw fa-info-circle"></i> LLVM stages</strong> + <p> + The LLVM-based stages are experimental and use libc++, meaning they aren't ABI compatible + with other stages using libstdc++. They are NOT the same as just using Clang globally. + Only use with extreme caution. They are not supported at this time unless bug reports come with + investigation and analysis. + </p> + </div> </div> <div class="col-xs-12 col-md-6"> <h4>Musl stage archives</h4> |