lld/tests/basic/main.fmf
Miloš Prchlík f5a68fd4b0 tests: skip on s390x
lld isn't being built nor shipped for this architecture, unlike many
other LLVM components. Make tests aware of their relevancy.
2022-02-15 11:21:19 +01:00

20 lines
447 B
Plaintext

summary: Test lld with clang
test: "$WITH_SCL ./test.sh"
require: []
adjust:
- because: lld is not shipped for s390x
enabled: false
when: arch == s390x
# Common requirements when LLVM is not SCL-ized
- require+:
- clang
- lld
when: "collection is not defined"
# Requirements for SCL-ized LLVM
- require+:
- llvm-toolset-13.0-clang
- llvm-toolset-13.0-lld
when: "collection == llvm-toolset-13.0"