Blob Blame History Raw
summary: Test lld with clang
test: "$WITH_SCL ./test.sh"
require: []
adjust:
  - because: lld is not shipped for s390x
    enabled: false
    when: arch == s390x

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

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