From 90ee359165cfb72340261e7157c49fdda737c683 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 6 Oct 2023 09:28:06 +0200 Subject: [PATCH] Add llvm-compat and update kernel-testing refs Resolves: RHEL-9028 --- kernel-testing.yaml | 14 +++++++------- llvm-toolset.yaml | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/kernel-testing.yaml b/kernel-testing.yaml index b02679b..de1db61 100644 --- a/kernel-testing.yaml +++ b/kernel-testing.yaml @@ -35,37 +35,37 @@ data: rpms: python-lit: rationale: Lit test runner for LLVM - ref: stream-llvm-toolset-rhel8-rhel-8.9.0 + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 0 llvm: rationale: LLVM tools and libraries multilib: [x86_64] - ref: stream-llvm-toolset-rhel8-rhel-8.9.0 + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 0 compiler-rt: rationale: LLVM compiler intrinsic and sanitizer libraries multilib: [x86_64] - ref: stream-llvm-toolset-rhel8-rhel-8.9.0 + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 1 lld: rationale: LLVM linker multilib: [x86_64] - ref: stream-llvm-toolset-rhel8-rhel-8.9.0 + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 1 clang: rationale: clang tools and libraries multilib: [x86_64] - ref: stream-llvm-toolset-rhel8-rhel-8.9.0 + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 1 libomp: rationale: LLVM OpenMP runtime multilib: [x86_64] - ref: stream-llvm-toolset-rhel8-rhel-8.9.0 + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 2 lldb: rationale: lldb debugger multilib: [x86_64] - ref: stream-llvm-toolset-rhel8-rhel-8.9.0 + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 2 kernel: ref: c8s diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml index 812e0cb..c2df659 100644 --- a/llvm-toolset.yaml +++ b/llvm-toolset.yaml @@ -42,6 +42,11 @@ data: multilib: [x86_64] ref: stream-llvm-toolset-rhel8-rhel-8.10.0 buildorder: 0 + llvm-compat: + rationale: LLVM compatibility libraries + multilib: [x86_64] + ref: stream-llvm-toolset-rhel8-rhel-8.10.0 + buildorder: 0 compiler-rt: rationale: LLVM compiler intrinsic and sanitizer libraries multilib: [x86_64]