Blame llvm-toolset.yaml

3146ff
---
3146ff
document: modulemd
3146ff
version: 2
3146ff
data:
3146ff
  name: llvm-toolset
3146ff
  stream: "rhel8"
3146ff
  summary: LLVM
3146ff
  description: >-
3146ff
    LLVM Tools and libraries
3146ff
  license:
3146ff
    module:
3146ff
    - MIT
3146ff
  dependencies:
3146ff
  - buildrequires:
3146ff
      platform: [el8.7.0]
3146ff
    requires:
3146ff
      platform: [el8]
3146ff
  profiles:
3146ff
    common:
3146ff
      rpms:
3146ff
      - llvm-toolset
3146ff
  api:
3146ff
    rpms:
3146ff
    - clang
3146ff
    - clang-analyzer
3146ff
    - clang-devel
3146ff
    - clang-libs
3146ff
    - clang-tools-extra
3146ff
    - git-clang-format
3146ff
    - lld
3146ff
    - lld-libs
3146ff
    - lldb
3146ff
    - lldb-devel
3146ff
    - llvm
3146ff
    - llvm-devel
3146ff
    - llvm-libs
3146ff
  components:
3146ff
    rpms:
3146ff
      clang:
3146ff
        rationale: clang tools and libraries
3146ff
        ref: fa0eb4201547f2f34b372ecb702562ce2ccaf896
3146ff
        buildorder: 1
3146ff
        multilib: [x86_64]
3146ff
      compiler-rt:
3146ff
        rationale: LLVM compiler intrinsic and sanitizer libraries
3146ff
        ref: a7eb32362ede7bfaf6caddaada2a3bc8019ba4b4
3146ff
        buildorder: 1
3146ff
        multilib: [x86_64]
3146ff
      libomp:
3146ff
        rationale: LLVM OpenMP runtime
3146ff
        ref: 37ed999a409ec66f8c7ac343af0ff341fa2a153d
3146ff
        buildorder: 2
3146ff
        multilib: [x86_64]
3146ff
      lld:
3146ff
        rationale: LLVM linker
3146ff
        ref: c0e87b6e6616fac402d99237cc6c361fc5d6b7fa
3146ff
        buildorder: 1
3146ff
        multilib: [x86_64]
3146ff
      lldb:
3146ff
        rationale: lldb debugger
3146ff
        ref: a33889d2024f0c888d9b8eacc328a4a2735048df
3146ff
        buildorder: 2
3146ff
        multilib: [x86_64]
3146ff
      llvm:
3146ff
        rationale: LLVM tools and libraries
3146ff
        ref: 782edfef61602b093e1795c4f7cc142c62fc122b
3146ff
        multilib: [x86_64]
3146ff
      llvm-toolset:
3146ff
        rationale: Meta package for llvm-toolset providing scl enable scripts.
3146ff
        ref: d2facb5feff2c28c0d9d02faac831dbba31ba26c
3146ff
        multilib: [x86_64]
3146ff
      python-lit:
3146ff
        rationale: Lit test runner for LLVM
3146ff
        ref: a6470903c963798d89fb9f25d0c464e16e18cdce
3146ff
...
3146ff