From cab2346f8ff1455d30f1d5568795c3e7eca7650c Mon Sep 17 00:00:00 2001 From: liyunfei Date: Wed, 3 Jan 2024 09:58:14 +0800 Subject: [PATCH] Remove sys_llvm for clang-15 toolchain --- lld.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lld.spec b/lld.spec index 410dd46..6d962ac 100644 --- a/lld.spec +++ b/lld.spec @@ -1,4 +1,4 @@ -%bcond_without sys_llvm +%bcond_with sys_llvm %bcond_without check %global maj_ver 15 @@ -30,7 +30,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 3 +Release: 4 Summary: The LLVM Linker License: NCSA @@ -123,6 +123,9 @@ cd _build %{install_libdir}/liblld*.so.* %changelog +* Wed Jan 3 2024 liyunfei - 15.0.7-4 +- Remove sys_llvm for clang-15 toolchain. + * Thu May 25 2023 cf-zhao - 15.0.7-3 - Support building system llvm and multi-version llvm in one spec file. -- Gitee