Build compiler-rt after clang

compiler-rt is now build with clang, so we need to move it later in
the buildorder.

Resolves: RHEL-8713
This commit is contained in:
Nikita Popov 2023-10-13 16:40:19 +02:00
parent 5cd08fa4de
commit 44542d5eb6
2 changed files with 10 additions and 10 deletions

View File

@ -42,11 +42,6 @@ data:
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]
ref: stream-llvm-toolset-rhel8-rhel-8.10.0
buildorder: 1
lld:
rationale: LLVM linker
multilib: [x86_64]
@ -57,6 +52,11 @@ data:
multilib: [x86_64]
ref: stream-llvm-toolset-rhel8-rhel-8.10.0
buildorder: 1
compiler-rt:
rationale: LLVM compiler intrinsic and sanitizer libraries
multilib: [x86_64]
ref: stream-llvm-toolset-rhel8-rhel-8.10.0
buildorder: 2
libomp:
rationale: LLVM OpenMP runtime
multilib: [x86_64]

View File

@ -47,11 +47,6 @@ data:
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]
ref: stream-llvm-toolset-rhel8-rhel-8.10.0
buildorder: 1
lld:
rationale: LLVM linker
multilib: [x86_64]
@ -62,6 +57,11 @@ data:
multilib: [x86_64]
ref: stream-llvm-toolset-rhel8-rhel-8.10.0
buildorder: 1
compiler-rt:
rationale: LLVM compiler intrinsic and sanitizer libraries
multilib: [x86_64]
ref: stream-llvm-toolset-rhel8-rhel-8.10.0
buildorder: 2
libomp:
rationale: LLVM OpenMP runtime
multilib: [x86_64]