Compare commits

..

No commits in common. "imports/c8s-stream-rhel8/llvm-toolset-rhel8-8040020201111090103.9f9e2e7e" and "c8-stream-rhel8" have entirely different histories.

View File

@ -10,6 +10,7 @@ data:
dependencies: dependencies:
- buildrequires: - buildrequires:
platform: [el8] platform: [el8]
swig: [4.0]
requires: requires:
platform: [el8] platform: [el8]
profiles: profiles:
@ -23,7 +24,7 @@ data:
- clang-libs - clang-libs
- clang-devel - clang-devel
- clang-tools-extra - clang-tools-extra
- git-clang-format - git-clang-format
- lldb - lldb
- lldb-devel - lldb-devel
- llvm - llvm
@ -33,47 +34,42 @@ data:
- lld-libs - lld-libs
components: components:
rpms: rpms:
llvm-toolset:
rationale: Meta package for llvm-toolset providing scl enable scripts.
multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0
buildorder: 0
llvm-compat:
rationale: LLVM compatibility libs for transition user to a new llvm version
multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0
buildorder: 0
python-lit: python-lit:
rationale: Lit test runner for LLVM rationale: Lit test runner for LLVM
ref: stream-rhel-8-rhel-8.4.0 ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 0 buildorder: 0
libomp: llvm-compat:
rationale: LLVM OpenMP runtime rationale: LLVM compatibility libraries
multilib: [x86_64] multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0 ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 0 buildorder: 0
llvm: llvm:
rationale: LLVM tools and libraries rationale: LLVM tools and libraries
multilib: [x86_64] multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0 ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 0 buildorder: 0
compiler-rt: clang:
rationale: LLVM compiler intrinsic and sanitizer libraries rationale: clang tools and libraries
multilib: [x86_64] multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0 ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 1 buildorder: 1
lld: lld:
rationale: LLVM linker rationale: LLVM linker
multilib: [x86_64] multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0 ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 1 buildorder: 2
clang: compiler-rt:
rationale: clang tools and libraries rationale: LLVM compiler intrinsic and sanitizer libraries
multilib: [x86_64] multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0 ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 1 buildorder: 2
libomp:
rationale: LLVM OpenMP runtime
multilib: [x86_64]
ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 2
lldb: lldb:
rationale: lldb debugger rationale: lldb debugger
multilib: [x86_64] multilib: [x86_64]
ref: stream-rhel-8-rhel-8.4.0 ref: stream-llvm-toolset-rhel-next-rhel-8.10.0
buildorder: 2 buildorder: 2