* Created common configuration file (tests/main.fmf) to take advantage of fmf elasticity and inheritance. * Cleanup and simplify all tests metadata. * Remove no longer needed adjustments from plans * Support lld tests in s390x for llvm >= 18
22 lines
548 B
Text
22 lines
548 B
Text
summary: Test lld with clang
|
|
tier: 1
|
|
extra-summary: /tools/lld/basic
|
|
extra-task: /tools/lld/basic
|
|
extra-nitrate: TC#0614058
|
|
|
|
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
|
|
- require+:
|
|
- llvm-toolset-14.0-clang
|
|
when: collection == llvm-toolset-14.0
|
|
- require+:
|
|
- llvm-toolset-15.0-clang
|
|
when: collection == llvm-toolset-15.0
|