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.7.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: 803c1c0a6c7c832d43c72eb5af0f6f7623000adc
        buildorder: 1
        multilib: [x86_64]
      compiler-rt:
        rationale: LLVM compiler intrinsic and sanitizer libraries
        ref: 59058740706d7b92c28fb251966edbd17588885f
        buildorder: 1
        multilib: [x86_64]
      libomp:
        rationale: LLVM OpenMP runtime
        ref: e10828f28226b04fdc75c219291e59b821105f39
        buildorder: 2
        multilib: [x86_64]
      lld:
        rationale: LLVM linker
        ref: 39843d9ade5f01e5f2d068549a68e0b7bc5180e3
        buildorder: 1
        multilib: [x86_64]
      lldb:
        rationale: lldb debugger
        ref: d37987799e9413ac96c59b72cf8e375c5635c8ad
        buildorder: 2
        multilib: [x86_64]
      llvm:
        rationale: LLVM tools and libraries
        ref: 9e9d8570c17c3313530f70c523edda7a2e1d35fa
        multilib: [x86_64]
      llvm-compat:
        ref: b877b92c34d170bb3d9f7fe1815bcff2299feaf3
        multilib: [x86_64]
      llvm-toolset:
        rationale: Meta package for llvm-toolset providing scl enable scripts.
        ref: 3bd99e09b995097af6fa40247f50715c70563243
        multilib: [x86_64]
      python-lit:
        rationale: Lit test runner for LLVM
        ref: 270f3290bd64142133c18fe41d45aeaf3a6cdac5
...