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:
parent
5cd08fa4de
commit
44542d5eb6
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user