commit 7862e8332d246786080e2b19df769dab5f90c8f9 Author: CentOS Sources Date: Tue May 16 06:11:42 2023 +0000 import llvm-toolset-rhel8-8080020230119204057.fd72936b diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.llvm-toolset.metadata b/.llvm-toolset.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..0e98a3f --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,69 @@ +document: modulemd +version: 2 +data: + name: llvm-toolset + stream: rhel8 + summary: LLVM + description: LLVM Tools and libraries + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + profiles: + common: + rpms: + - llvm-toolset + api: + rpms: + - clang + - clang-analyzer + - clang-libs + - clang-devel + - clang-tools-extra + - git-clang-format + - lldb + - lldb-devel + - llvm + - llvm-devel + - llvm-libs + - lld + - lld-libs + components: + rpms: + python-lit: + rationale: Lit test runner for LLVM + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 0 + llvm: + rationale: LLVM tools and libraries + multilib: [x86_64] + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 0 + compiler-rt: + rationale: LLVM compiler intrinsic and sanitizer libraries + multilib: [x86_64] + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 1 + lld: + rationale: LLVM linker + multilib: [x86_64] + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 1 + clang: + rationale: clang tools and libraries + multilib: [x86_64] + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 1 + libomp: + rationale: LLVM OpenMP runtime + multilib: [x86_64] + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 2 + lldb: + rationale: lldb debugger + multilib: [x86_64] + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 2