15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
summary: Test lld with gcc
|
|
test: "$WITH_SCL ./test.sh"
|
|
require:
|
|
- gcc
|
|
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"
|