Blob Blame History Raw
---
document: modulemd
version: 2
data:
  name: llvm-toolset
  stream: rhel8
  summary: LLVM
  description: >-
    LLVM Tools and libraries
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      platform: [el8.3.0]
    requires:
      platform: [el8]
  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: fa4e0258456e5055992b82a9559f5482a314cf20
        buildorder: 1
        multilib: [x86_64]
      compiler-rt:
        rationale: LLVM compiler intrinsic and sanitizer libraries
        ref: 286992764b6f0480b9c7c3bbed4b23ad5fcb7e4f
        buildorder: 1
        multilib: [x86_64]
      libomp:
        rationale: LLVM OpenMP runtime
        ref: 99a6c257ee303c003f1ee5173489cbf81bb810a3
        multilib: [x86_64]
      lld:
        rationale: LLVM linker
        ref: 1d4e6c11a012c1c011671bb8ffcf3bcce08d6165
        buildorder: 1
        multilib: [x86_64]
      lldb:
        rationale: lldb debugger
        ref: 513308960827f3654776fe3ffc4afdf62e3d0b0b
        buildorder: 2
        multilib: [x86_64]
      llvm:
        rationale: LLVM tools and libraries
        ref: 1e30ac6a36822920a324a9762f0c5d71d795453f
        multilib: [x86_64]
      llvm-toolset:
        rationale: Meta package for llvm-toolset providing scl enable scripts.
        ref: 10fe5562186b146f746e9c6f129aba788ce424bd
        multilib: [x86_64]
      python-lit:
        rationale: Lit test runner for LLVM
        ref: 2b856783b5ffab0920be8edc15cc34f3d99889df
...