diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml new file mode 100644 index 0000000..5697304 --- /dev/null +++ b/llvm-toolset.yaml @@ -0,0 +1,72 @@ +--- +document: modulemd +version: 2 +data: + name: llvm-toolset + stream: "rhel8" + summary: LLVM + description: >- + LLVM Tools and libraries + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8.8.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: f14c43b2a1f5e830b45bf77534da124965904597 + buildorder: 1 + multilib: [x86_64] + compiler-rt: + rationale: LLVM compiler intrinsic and sanitizer libraries + ref: c1fd7e9254c275e491f123176febf2a17d98bf93 + buildorder: 1 + multilib: [x86_64] + libomp: + rationale: LLVM OpenMP runtime + ref: ab2c6bc16eecd5b7fedbfc7b96b55936e774c86e + buildorder: 2 + multilib: [x86_64] + lld: + rationale: LLVM linker + ref: 8b0f5bd7da70f81643b004a0892649a93bd62a20 + buildorder: 1 + multilib: [x86_64] + lldb: + rationale: lldb debugger + ref: 39964fcaa3f6618adda9b335dc89a93f9f2107e7 + buildorder: 2 + multilib: [x86_64] + llvm: + rationale: LLVM tools and libraries + ref: c3daec5d3988f7f712d5805d644c6b776c7e99f1 + multilib: [x86_64] + python-lit: + rationale: Lit test runner for LLVM + ref: 74ae8caf7e629ae249df35b35ae31c1b049bb203 +... +