2021-10-18 14:01:51 +00:00
|
|
|
summary: rhbz-482491
|
2021-12-13 12:37:36 +00:00
|
|
|
test: "$WITH_SCL ./test.sh"
|
2021-10-18 14:01:51 +00:00
|
|
|
require:
|
|
|
|
- libgcc
|
2021-12-13 12:37:36 +00:00
|
|
|
adjust:
|
|
|
|
# Common requirements when LLVM is not SCL-ized
|
|
|
|
- require+:
|
|
|
|
- clang
|
|
|
|
when: "collection is not defined"
|
|
|
|
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
|
|
- require+:
|
|
|
|
- llvm-toolset-13.0-clang
|
|
|
|
when: "collection == llvm-toolset-13.0"
|