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.5.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: 3de0f0fb8b33747438c5dd0fd915864e21310f27
        buildorder: 1
        multilib: [x86_64]
      compiler-rt:
        rationale: LLVM compiler intrinsic and sanitizer libraries
        ref: 3c1b0828282e6409c70ed0ac75406f805f93befa
        buildorder: 1
        multilib: [x86_64]
      libomp:
        rationale: LLVM OpenMP runtime
        ref: b0dbe993f99b2693d905e31a2afd3c4e67042523
        multilib: [x86_64]
      lld:
        rationale: LLVM linker
        ref: 822799364f72e005eedf4f770bd940c4fa05eb19
        buildorder: 1
        multilib: [x86_64]
      lldb:
        rationale: lldb debugger
        ref: 967c8fa968e915665ec27dd0dfc208a9ac68f060
        buildorder: 2
        multilib: [x86_64]
      llvm:
        rationale: LLVM tools and libraries
        ref: 49a92e08777ab522488e0f38fb8164d057aeeb04
        multilib: [x86_64]
      llvm-toolset:
        rationale: Meta package for llvm-toolset providing scl enable scripts.
        ref: 775385bf07d9531c90af64a810d70af5fec8f5fe
        multilib: [x86_64]
      python-lit:
        rationale: Lit test runner for LLVM
        ref: 3451c32f587b5cc994041e32bb021a752f573567
...