From d3642eff52d30226107963d24771141fdb686bca Mon Sep 17 00:00:00 2001 From: Ami-zhang Date: Mon, 27 May 2024 17:36:41 +0800 Subject: [PATCH] Fix the issue for patching files --- llvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index ee17e57..8eb287a 100644 --- a/llvm.spec +++ b/llvm.spec @@ -2,7 +2,7 @@ Name: llvm Version: 17.0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low Level Virtual Machine, modular and reusable compiler and toolchain License: Apache License v2.0 with LLVM Exceptions URL: http://llvm.org @@ -103,7 +103,7 @@ cd .. mv third-party-%{version}.src third-party %setup -T -q -b 0 -n llvm-%{version}.src -%patch -P0001 -p2 +%autopatch -p2 pathfix.py -i %{__python3} -p -n -k -as \ test/BugPoint/compile-custom.ll.py \ @@ -248,6 +248,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} %{__ninja} check-all -C %{_vpath_buildd %{_includedir}/llvm-gmock %changelog +* Tue May 28 2024 zhanglimin - 17.0.6-4 +- Fix the issue for patching files. + * Thu May 16 2024 zhanglimin - 17.0.6-3 - Support `relax`, vector, some improvements and bugfixs on LoongArch. -- Gitee