37 lines
862 B
Text
37 lines
862 B
Text
summary: Test lld with gcc
|
|
test: "$WITH_SCL ./test.sh"
|
|
require:
|
|
- gcc
|
|
framework: shell
|
|
tier: 1
|
|
component:
|
|
- llvm-toolset
|
|
- lld
|
|
extra-summary: /tools/lld/gcc-compat-basic
|
|
extra-task: /tools/lld/gcc-compat-basic
|
|
extra-nitrate: TC#0614059
|
|
|
|
adjust:
|
|
- because: lld is not shipped for s390x and ppc64
|
|
enabled: false
|
|
when: arch == s390x or arch == ppc64
|
|
|
|
- because: system gcc is too old in rhel-7
|
|
enabled: false
|
|
when: distro <= rhel-7
|
|
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require+:
|
|
- lld
|
|
when: collection is not defined
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
- require+:
|
|
- llvm-toolset-13.0-lld
|
|
when: collection == llvm-toolset-13.0
|
|
- require+:
|
|
- llvm-toolset-14.0-lld
|
|
when: collection == llvm-toolset-14.0
|
|
- require+:
|
|
- llvm-toolset-15.0-lld
|
|
when: collection == llvm-toolset-15.0
|