2022-04-22 11:48:47 +00:00
|
|
|
summary: clang-format-diff
|
|
|
|
test: "$WITH_SCL ./test.sh"
|
|
|
|
adjust:
|
|
|
|
# Common requirements when LLVM is not SCL-ized
|
|
|
|
- require:
|
|
|
|
- clang-tools-extra
|
|
|
|
when: "collection is not defined"
|
|
|
|
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
|
|
- require:
|
|
|
|
- llvm-toolset-13.0-clang-tools-extra
|
|
|
|
when: "collection == llvm-toolset-13.0"
|
2022-06-20 10:23:53 +00:00
|
|
|
- require:
|
|
|
|
- llvm-toolset-14.0-clang-tools-extra
|
|
|
|
when: "collection == llvm-toolset-14.0"
|