commit: 227d631d985f52c11aff11e90e12ff33cdf58710 Author: Violet Purcell <vimproved <AT> inventati <DOT> org> AuthorDate: Sun Jan 18 01:16:06 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 18 01:21:31 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227d631d
llvm-runtimes/libgcc: copy arm64 siphash fix to 22 and 23 I missed the 22 snapshot in 6aac0f48f02e936ee319ad8455dbb38645fafe01 (https://github.com/gentoo/gentoo/pull/43305), so the fix never got into the new ebuilds. Signed-off-by: Violet Purcell <vimproved <AT> inventati.org> Part-of: https://github.com/gentoo/gentoo/pull/45423 Closes: https://github.com/gentoo/gentoo/pull/45423 Signed-off-by: Sam James <sam <AT> gentoo.org> llvm-runtimes/libgcc/libgcc-22.1.0_rc1.ebuild | 2 +- llvm-runtimes/libgcc/libgcc-23.0.0.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-runtimes/libgcc/libgcc-22.1.0_rc1.ebuild b/llvm-runtimes/libgcc/libgcc-22.1.0_rc1.ebuild index f12cccc80ae8..17722edc37c5 100644 --- a/llvm-runtimes/libgcc/libgcc-22.1.0_rc1.ebuild +++ b/llvm-runtimes/libgcc/libgcc-22.1.0_rc1.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc ) +LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc third-party/siphash ) LLVM_TEST_COMPONENTS=( llvm/include/llvm/TargetParser ) llvm.org_set_globals diff --git a/llvm-runtimes/libgcc/libgcc-23.0.0.9999.ebuild b/llvm-runtimes/libgcc/libgcc-23.0.0.9999.ebuild index f12cccc80ae8..17722edc37c5 100644 --- a/llvm-runtimes/libgcc/libgcc-23.0.0.9999.ebuild +++ b/llvm-runtimes/libgcc/libgcc-23.0.0.9999.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc ) +LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc third-party/siphash ) LLVM_TEST_COMPONENTS=( llvm/include/llvm/TargetParser ) llvm.org_set_globals
