From 0a73e1f1eb29ce7d2d9362c303b6096657379cee Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Mon, 25 Sep 2023 12:34:38 +0200 Subject: [PATCH] Update to LLVM 15.0.7 Packages new clang-offload-packager and clang-pseudo tools. Also fixes alphabetical sorting of clang-tools binaries. --- llvm | 2 +- rpm/clang.spec | 10 ++++++---- rpm/llvm.spec | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/llvm b/llvm index f28c006..8dfdcc7 160000 --- a/llvm +++ b/llvm @@ -1 +1 @@ -Subproject commit f28c006a5895fc0e329fe15fead81e37457cb1d1 +Subproject commit 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a diff --git a/rpm/clang.spec b/rpm/clang.spec index e47d5df..154881d 100644 --- a/rpm/clang.spec +++ b/rpm/clang.spec @@ -1,6 +1,6 @@ -%global maj_ver 14 +%global maj_ver 15 %global min_ver 0 -%global patch_ver 6 +%global patch_ver 7 %global clang_tools_binaries \ %{_bindir}/clang-apply-replacements \ @@ -10,11 +10,13 @@ %{_bindir}/clang-extdef-mapping \ %{_bindir}/clang-format \ %{_bindir}/clang-include-fixer \ + %{_bindir}/clang-linker-wrapper \ %{_bindir}/clang-move \ + %{_bindir}/clang-nvlink-wrapper \ %{_bindir}/clang-offload-bundler \ + %{_bindir}/clang-offload-packager \ %{_bindir}/clang-offload-wrapper \ - %{_bindir}/clang-linker-wrapper \ - %{_bindir}/clang-nvlink-wrapper \ + %{_bindir}/clang-pseudo \ %{_bindir}/clang-query \ %{_bindir}/clang-refactor \ %{_bindir}/clang-reorder-fields \ diff --git a/rpm/llvm.spec b/rpm/llvm.spec index 5df5517..dcbc179 100644 --- a/rpm/llvm.spec +++ b/rpm/llvm.spec @@ -10,7 +10,7 @@ %endif Name: llvm -Version: 14.0.6 +Version: 15.0.7 Release: 0 Summary: The Low Level Virtual Machine (An Optimizing Compiler Infrastructure) License: University of Illinois/NCSA Open Source License