#1 Update to LLVM 15
Merged 2 years ago by jwakely. Opened 2 years ago by nikic.
rpms/ nikic/rocm-device-libs rawhide  into  rawhide

file modified
+5 -2
@@ -1,12 +1,12 @@ 

  # bitcode has no debuginfo

  %global debug_package %{nil}

  

- %global llvm_maj_ver 14

+ %global llvm_maj_ver 15

  %global upstreamname ROCm-Device-Libs

  

  Name:           rocm-device-libs

  Version:        5.2.0

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        AMD ROCm LLVM bit code libraries

  

  Url:            https://github.com/RadeonOpenCompute/ROCm-Device-Libs
@@ -55,6 +55,9 @@ 

  %{_libdir}/amdgcn

  

  %changelog

+ * Tue Sep 13 2022 Nikita Popov <npopov@redhat.com> - 5.2.0-3

+ - Rebuild against LLVM 15

+ 

  * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

  

Update rocm-device-libs to build against LLVM 15. This is needed for repoclosure on the LLVM 15 upgrade.

Please merge this into both rawhide and f37 and then produce side tag builds using these commands:

fedpkg build --target=f38-build-side-58070
fedpkg build --target=f37-build-side-58072

Change looks good - I'm going to do this as provenpackager so the llvm update can proceed.

Pull-Request has been merged by jwakely

2 years ago
Metadata