21 lines
512 B
Plaintext
21 lines
512 B
Plaintext
|
summary: Test that clang uses DWARFv4 by default
|
||
|
test: "$WITH_SCL ./test.sh"
|
||
|
require:
|
||
|
- libgcc
|
||
|
adjust:
|
||
|
# Common requirements when LLVM is not SCL-ized
|
||
|
- require+:
|
||
|
- clang
|
||
|
- llvm
|
||
|
when: "collection is not defined"
|
||
|
|
||
|
# Requirements for SCL-ized LLVM
|
||
|
- require+:
|
||
|
- llvm-toolset-13.0-clang
|
||
|
- llvm-toolset-13.0-llvm
|
||
|
when: "collection == llvm-toolset-13.0"
|
||
|
- require+:
|
||
|
- llvm-toolset-14.0-clang
|
||
|
- llvm-toolset-14.0-llvm
|
||
|
when: "collection == llvm-toolset-14.0"
|