---
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-devel
    - clang-libs
    - clang-tools-extra
    - git-clang-format
    - lld
    - lld-libs
    - lldb
    - lldb-devel
    - llvm
    - llvm-devel
    - llvm-libs
  components:
    rpms:
      clang:
        rationale: clang tools and libraries
        ref: 67dba0528251266d81dcb6662a6e99c1d462c776
        buildorder: 1
        multilib: [x86_64]
      compiler-rt:
        rationale: LLVM compiler intrinsic and sanitizer libraries
        ref: bbdf42f0d921a178e6935fcedf71e66378c243f9
        buildorder: 1
        multilib: [x86_64]
      libomp:
        rationale: LLVM OpenMP runtime
        ref: bda44ece35135d039ea61c2977feafeefa6cc8e4
        buildorder: 2
        multilib: [x86_64]
      lld:
        rationale: LLVM linker
        ref: c27b23207c11c1fec30f72a8784cab09fcb7c904
        buildorder: 1
        multilib: [x86_64]
      lldb:
        rationale: lldb debugger
        ref: e42ed57e0f8c07b39e38bc57150815ab8cbf526b
        buildorder: 2
        multilib: [x86_64]
      llvm:
        rationale: LLVM tools and libraries
        ref: b38df8ae116c589ac5b7ab5219dc6961fcb930d4
        buildorder: 0
        multilib: [x86_64]
      llvm-compat:
        rationale: LLVM compatibility libs for transition user to a new llvm version
        multilib: [x86_64]
        ref: e5aab5dfce6c6df5d0374063cbeee44147c3a3e8
        buildorder: 0
      llvm-toolset:
        rationale: Meta package for llvm-toolset providing scl enable scripts.
        ref: 52ea0f911047a6abb5167817a5c77b3812b76ec7
        buildorder: 0
        multilib: [x86_64]
      python-lit:
        rationale: Lit test runner for LLVM
        ref: 18e07dbe7f93f69760f544cb20591dc32b56397a
        buildorder: 0
...