Blame clang-format-diff/main.fmf

675b60e
summary: clang-format-diff
675b60e
test: "$WITH_SCL ./test.sh"
675b60e
adjust:
675b60e
  # Common requirements when LLVM is not SCL-ized
675b60e
  - require:
675b60e
      - clang-tools-extra
675b60e
    when: "collection is not defined"
675b60e
675b60e
  # Requirements for SCL-ized LLVM
675b60e
  - require:
675b60e
      - llvm-toolset-13.0-clang-tools-extra
675b60e
    when: "collection == llvm-toolset-13.0"
675b60e
  - require:
675b60e
      - llvm-toolset-14.0-clang-tools-extra
675b60e
    when: "collection == llvm-toolset-14.0"