Issue 129390
Summary Clang download page is outdated
Labels clang
Assignees
Reporter ilyapopov
    When I open Clang page https://clang.llvm.org/ and click on "Download" link in the left hand side. I get to Clang download page https://releases.llvm.org/download.html

The latest release available on this page is currently 18.1.8 (which was released in June 2024). 

![Image](https://github.com/user-attachments/assets/00258358-7f7c-4608-a3c2-b2ce7103c7a6)

This is confusing and will lead users to download and install an outdated version.

For comparison: on main LLVM site https://llvm.org/ there is "All releases" link in the left side panel that leads to https://releases.llvm.org/ that has 19.1.0 as the latest release. Curiously, both pages are titled "LLVM Download Page"

![Image](https://github.com/user-attachments/assets/972b8eed-5b3d-4edc-abea-e9e549cee3fa)

What can be done:
- Update Clang download page to be in sync with LLVM's "All releases" page
- or make "Download" link on the Clang page lead to LLVM's "All releases"  page
- Remove separate Clang download page altogether

There is also a degree of redundancy with github releases page https://github.com/llvm/llvm-project/releases

PS: Sorry if this is offtopic here, but `llvm-www` repo (https://github.com/llvm/llvm-www) has issues disabled so I could not find a better place to report the problem. 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to