lld/tests/lit-tests/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

21 lines
465 B
Plaintext

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