---
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: 5181301a7eec874737677adb27aadafc55c9a2f5
        buildorder: 0
      llvm:
        rationale: LLVM tools and libraries
        multilib: [x86_64]
        ref: 15b64444d0802df6b9c7ae7f711ce5f260017093
        buildorder: 0
      compiler-rt:
        rationale: LLVM compiler intrinsic and sanitizer libraries
        multilib: [x86_64]
        ref: 6306322273e18d2f99dbdfb5709a58f2c896852d
        buildorder: 1
      lld:
        rationale: LLVM linker
        multilib: [x86_64]
        ref: fb9513a26c335890794dfb193095ab724b24a033
        buildorder: 1
      clang:
        rationale: clang tools and libraries
        multilib: [x86_64]
        ref: 0c9bd66640a0bad02629f3c1547409cebb949df9
        buildorder: 1
      libomp:
        rationale: LLVM OpenMP runtime
        multilib: [x86_64]
        ref: 82182732c7033fe5dee9a929d5b75f105c272df3
        buildorder: 2
      lldb:
        rationale: lldb debugger
        multilib: [x86_64]
        ref: 2ae159dff063c270947f89e14900b1da0bda94db
        buildorder: 2
...