Skip to content

llvm/20.1.4 package update #52065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
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
25 changes: 15 additions & 10 deletions llvm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: llvm
version: "19.1.7"
epoch: 7
version: "20.1.4"
epoch: 0
description: Low-level virtual machine ${{vars.major-version}} - core frameworks
copyright:
- license: Apache-2.0
Expand All @@ -15,8 +15,8 @@ package:
- ${{package.name}}-${{vars.major-version}}=${{package.full-version}}

vars:
llvm-prefix: "/usr/lib/llvm-19"
clang-prefix: "/usr/lib/llvm-19/lib/clang/19"
llvm-prefix: "/usr/lib/llvm-20"
clang-prefix: "/usr/lib/llvm-20/lib/clang/20"
py-version: 3.13

var-transforms:
Expand Down Expand Up @@ -53,7 +53,7 @@ pipeline:
with:
repository: https://github.com/llvm/llvm-project
tag: llvmorg-${{package.version}}
expected-commit: cd708029e0b2869e80abe31ddb175f7c35361f90
expected-commit: ec28b8f9cc7f2ac187d8a617a6d08d5e56f9120e

- runs: |
ffi_include_dir="$(pkg-config --cflags-only-I libffi | sed 's|^-I||g')"
Expand Down Expand Up @@ -234,7 +234,6 @@ subpackages:
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/bin/clang-offload-packager* ${{targets.contextdir}}/${{vars.llvm-prefix}}/bin/
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/bin/clang-query* ${{targets.contextdir}}/${{vars.llvm-prefix}}/bin/
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/bin/clang-refactor* ${{targets.contextdir}}/${{vars.llvm-prefix}}/bin/
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/bin/clang-rename* ${{targets.contextdir}}/${{vars.llvm-prefix}}/bin/
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/bin/clang-reorder-fields* ${{targets.contextdir}}/${{vars.llvm-prefix}}/bin/
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/bin/clang-repl* ${{targets.contextdir}}/${{vars.llvm-prefix}}/bin/
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/bin/clang-scan-deps* ${{targets.contextdir}}/${{vars.llvm-prefix}}/bin/
Expand Down Expand Up @@ -291,8 +290,6 @@ subpackages:
clang-query --help
clang-refactor --version
clang-refactor --help
clang-rename --version
clang-rename --help
clang-reorder-fields --version
clang-reorder-fields --help
clang-repl --version
Expand Down Expand Up @@ -327,7 +324,6 @@ subpackages:
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/lib/python* ${{targets.contextdir}}/${{vars.llvm-prefix}}/lib/

mkdir -p ${{targets.contextdir}}/${{vars.llvm-prefix}}/share/clang
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/share/clang/clang-rename.py ${{targets.contextdir}}/${{vars.llvm-prefix}}/share/clang/

mkdir -p ${{targets.contextdir}}/"$sitedir"
mv ${{targets.destdir}}/${{vars.llvm-prefix}}/lib/libscanbuild ${{targets.contextdir}}/"$sitedir"
Expand Down Expand Up @@ -445,6 +441,7 @@ subpackages:
- llvm-lld-17=${{package.full-version}}
- llvm-lld-18=${{package.full-version}}
- llvm-lld-19=${{package.full-version}}
- llvm-lld-20=${{package.full-version}}
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/bin
Expand All @@ -471,6 +468,7 @@ subpackages:
- llvm-lld-17-static=${{package.full-version}}
- llvm-lld-18-static=${{package.full-version}}
- llvm-lld-19-static=${{package.full-version}}
- llvm-lld-20-static=${{package.full-version}}
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/lib
Expand All @@ -485,6 +483,7 @@ subpackages:
- llvm-lld-17-dev=${{package.full-version}}
- llvm-lld-18-dev=${{package.full-version}}
- llvm-lld-19-dev=${{package.full-version}}
- llvm-lld-20-dev=${{package.full-version}}
runtime:
- lld=${{package.full-version}}
- lld-static=${{package.full-version}}
Expand All @@ -503,6 +502,7 @@ subpackages:
provides:
- llvm-libcxxabi-18=${{package.full-version}}
- llvm-libcxxabi-19=${{package.full-version}}
- llvm-libcxxabi-20=${{package.full-version}}
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/lib
Expand All @@ -518,6 +518,7 @@ subpackages:
provides:
- llvm-libcxx-18=${{package.full-version}}
- llvm-libcxx-19=${{package.full-version}}
- llvm-libcxx-20=${{package.full-version}}
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/lib
Expand All @@ -536,6 +537,7 @@ subpackages:
provides:
- llvm-libcxx-18-static=${{package.full-version}}
- llvm-libcxx-19-static=${{package.full-version}}
- llvm-libcxx-20-static=${{package.full-version}}
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/lib
Expand All @@ -547,6 +549,7 @@ subpackages:
provides:
- llvm-libcxx-18-dev=${{package.full-version}}
- llvm-libcxx-19-dev=${{package.full-version}}
- llvm-libcxx-20-dev=${{package.full-version}}
runtime:
- libcxx1=${{package.full-version}}
- libcxx1-static=${{package.full-version}}
Expand All @@ -572,6 +575,7 @@ subpackages:
- ${{package.name}}-libunwind-17=${{package.full-version}}
- ${{package.name}}-libunwind-18=${{package.full-version}}
- ${{package.name}}-libunwind-19=${{package.full-version}}
- ${{package.name}}-libunwind-20=${{package.full-version}}
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/lib
Expand All @@ -589,6 +593,7 @@ subpackages:
- ${{package.name}}-libunwind-17-static=${{package.full-version}}
- ${{package.name}}-libunwind-18-static=${{package.full-version}}
- ${{package.name}}-libunwind-19-static=${{package.full-version}}
- ${{package.name}}-libunwind-20-static=${{package.full-version}}
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/lib
Expand All @@ -603,6 +608,7 @@ subpackages:
- ${{package.name}}-libunwind-17-dev=${{package.full-version}}
- ${{package.name}}-libunwind-18-dev=${{package.full-version}}
- ${{package.name}}-libunwind-19-dev=${{package.full-version}}
- ${{package.name}}-libunwind-20-dev=${{package.full-version}}
runtime:
- ${{package.name}}-libunwind1=${{package.full-version}}
- ${{package.name}}-libunwind1-static=${{package.full-version}}
Expand Down Expand Up @@ -707,7 +713,6 @@ test:
llvm-debuginfo-analyzer --version
llvm-debuginfo-analyzer --help
llvm-debuginfod --help
llvm-debuginfod-find --version
llvm-debuginfod-find --help
llvm-diff --version
llvm-diff --help
Expand Down
Loading