---
document: modulemd
version: 2
data:
  name: llvm-toolset
  stream: rhel8
  summary: LLVM
  description: LLVM Tools and libraries
  license:
    module: [MIT]
  dependencies:
  - buildrequires:
      platform: [oc8]
    requires:
      platform: [oc8]
  profiles:
    common:
      rpms:
      - llvm-toolset
  api:
    rpms:
    - clang
    - clang-analyzer
    - clang-libs
    - clang-devel
    - clang-tools-extra
    - git-clang-format
    - lldb
    - lldb-devel
    - llvm
    - llvm-devel
    - llvm-libs
    - lld
    - lld-libs
  components:
    rpms:
      python-lit:
        rationale: Lit test runner for LLVM
        ref: dcda8cfd314cbeec088bb2052c5c8e311ac4d02a
        buildorder: 0
      llvm:
        rationale: LLVM tools and libraries
        multilib: [x86_64]
        ref: 0f7956049a4e835cffa7733f9abab354ddeedd8d
        buildorder: 0
      compiler-rt:
        rationale: LLVM compiler intrinsic and sanitizer libraries
        multilib: [x86_64]
        ref: d8e61eef5fda21fa39c84ea40643868a26e611a9
        buildorder: 1
      lld:
        rationale: LLVM linker
        multilib: [x86_64]
        ref: 6b4b28c04cf22db53c0b9e244fc325dc6b8eac6c
        buildorder: 1
      clang:
        rationale: clang tools and libraries
        multilib: [x86_64]
        ref: d9e818e4c8f190a8959beeaf7e12ea8f794ade5b
        buildorder: 1
      libomp:
        rationale: LLVM OpenMP runtime
        multilib: [x86_64]
        ref: e0fedff23a235865339922e27e0134119f071756
        buildorder: 2
      lldb:
        rationale: lldb debugger
        multilib: [x86_64]
        ref: 705f553857c5a597c32a407d51b1d40410e92ff7
        buildorder: 2
...