29 lines
699 B
Text
29 lines
699 B
Text
summary: Make sure the the LLVM plugin for binutils' ar works
|
|
test: "$WITH_SCL ./test.sh"
|
|
require:
|
|
- binutils
|
|
framework: shell
|
|
tier: 1
|
|
component:
|
|
- llvm-toolset
|
|
- llvm
|
|
extra-summary: /tools/llvm/binutils-plugin-ar
|
|
extra-task: /tools/llvm/binutils-plugin-ar
|
|
|
|
adjust:
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require+:
|
|
- llvm
|
|
- clang
|
|
when: collection is not defined
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
- require+:
|
|
- llvm-toolset-13.0-llvm
|
|
- llvm-toolset-13.0-clang
|
|
when: collection == llvm-toolset-13.0
|
|
- require+:
|
|
- llvm-toolset-14.0-llvm
|
|
- llvm-toolset-14.0-clang
|
|
when: collection == llvm-toolset-14.0
|
|
extra-nitrate: TC#0614092
|