diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml new file mode 100644 index 0000000..4f9d252 --- /dev/null +++ b/llvm-toolset.yaml @@ -0,0 +1,76 @@ +--- +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: 7375a13998340072559ddc4329e8f420a009136d + buildorder: 1 + multilib: [x86_64] + compiler-rt: + rationale: LLVM compiler intrinsic and sanitizer libraries + ref: af3f8dc7dd12a3eef9f871f57979c219aa3a36cb + buildorder: 1 + multilib: [x86_64] + libomp: + rationale: LLVM OpenMP runtime + ref: 6030e1cf3253e19e478f35b48f21024ce42aa062 + buildorder: 2 + multilib: [x86_64] + lld: + rationale: LLVM linker + ref: 5626ee00c78bef5c4203c3c51f8a4698fc335cd1 + buildorder: 1 + multilib: [x86_64] + lldb: + rationale: lldb debugger + ref: 7857d5e64a883f860ad93ff31127610a2a822931 + buildorder: 2 + multilib: [x86_64] + llvm: + rationale: LLVM tools and libraries + ref: fbca9eccba276027293a9f80ebb73f8799e3e5ca + multilib: [x86_64] + llvm-compat: + rationale: LLVM tools and libraries + ref: b4d656f812af06d4b37d42d440defb2084169ebc + multilib: [x86_64] + python-lit: + rationale: Lit test runner for LLVM + ref: 86153f0b31349a816ca4f30b986a16f60f1e7f9c +... +