lld/tests/basic/main.fmf

24 lines
594 B
Plaintext
Raw Normal View History

2021-11-16 11:31:23 +00:00
summary: Test lld with clang
test: "$WITH_SCL ./test.sh"
require: []
adjust:
2022-05-03 14:59:58 +00:00
- because: lld is not shipped for s390x and ppc64
enabled: false
2022-05-03 14:59:58 +00:00
when: arch == s390x or arch == ppc64
# 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"
- require+:
- llvm-toolset-14.0-clang
- llvm-toolset-14.0-lld
when: "collection == llvm-toolset-14.0"