From 7862e8332d246786080e2b19df769dab5f90c8f9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 16 May 2023 06:11:42 +0000 Subject: [PATCH] import llvm-toolset-rhel8-8080020230119204057.fd72936b --- .gitignore | 0 .llvm-toolset.metadata | 0 SOURCES/modulemd.src.txt | 69 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 .gitignore create mode 100644 .llvm-toolset.metadata create mode 100644 SOURCES/modulemd.src.txt 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