2021-11-16 11:31:23 +00:00
|
|
|
summary: Test lld with gcc
|
2021-12-06 15:19:29 +00:00
|
|
|
test: "$WITH_SCL ./test.sh"
|
2021-11-16 11:31:23 +00:00
|
|
|
require:
|
|
|
|
- gcc
|
2021-12-06 15:19:29 +00:00
|
|
|
adjust:
|
|
|
|
# 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"
|