lld/tests/gcc-compat-basic/main.fmf
2022-05-03 17:00:30 +02:00

22 lines
519 B
Plaintext

summary: Test lld with gcc
test: "$WITH_SCL ./test.sh"
require:
- gcc
adjust:
- because: lld is not shipped for s390x and ppc64
enabled: false
when: arch == s390x or arch == ppc64
# 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"