18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
summary: Test linker switching with alternatives
|
|
test: "$WITH_SCL ./test.sh"
|
|
# This test spoils the installation by removing lld, therefore it should be marked as such.
|
|
tag:
|
|
- spoils-installation
|
|
require:
|
|
- binutils
|
|
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"
|