Blob Blame History Raw
summary: rhbz-482491
test: "$WITH_SCL ./test.sh"
require:
  - libgcc
framework: shell
tier: 1
component:
  - llvm-toolset
  - clang
extra-summary: /tools/clang/rhbz_482194
extra-task: /tools/clang/rhbz_482194
extra-nitrate: TC#0614132

adjust:
  # Common requirements when LLVM is not SCL-ized
  - require+:
      - clang
    when: "collection is not defined"

  # Requirements for SCL-ized LLVM
  - require+:
      - llvm-toolset-13.0-clang
    when: "collection == llvm-toolset-13.0"
  - require+:
      - llvm-toolset-14.0-clang
    when: "collection == llvm-toolset-14.0"
  - require+:
      - llvm-toolset-15.0-clang
    when: "collection == llvm-toolset-15.0"