AutoBuild: llvm started at 2025-03-07-20UTC (#11491)

* Add LLVM 20 builds, Mold 2.37.1, and add rebuilds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update wayland_protocols.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add more llvm20 updates.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* More LLVM 20 updates.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
github-actions[bot]
2025-03-07 15:44:18 -06:00
committed by GitHub
parent 5c132936b3
commit af2139b011
46 changed files with 15407 additions and 539 deletions

View File

@@ -23,6 +23,6 @@ class Libx11 < Autotools
depends_on 'libxcb' # R
depends_on 'libxdmcp' # R
depends_on 'libxtrans' => :build
depends_on 'llvm19_lib' => :build
depends_on 'llvm20_lib' => :build
depends_on 'xorg_proto' => :build
end