From a9ace6ceade74d9225d83a334004092ac74df77d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 20:33:07 +0000 Subject: import llvm-toolset-rhel8-820190207221833.9edba152 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/.llvm-toolset.metadata b/.llvm-toolset.metadata new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.llvm-toolset.metadata diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..0028c30 --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,72 @@ +document: modulemd +version: 2 +data: + 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: + llvm-toolset: + rationale: Meta package for llvm-toolset providing scl enable scripts. + multilib: [x86_64] + ref: stream-rhel-8 + buildorder: 0 + python-lit: + rationale: Lit test runner for LLVM + ref: stream-rhel-8 + buildorder: 0 + libomp: + rationale: LLVM OpenMP runtime + multilib: [x86_64] + ref: stream-rhel-8 + buildorder: 0 + llvm: + rationale: LLVM tools and libraries + multilib: [x86_64] + ref: stream-rhel-8 + buildorder: 0 + compiler-rt: + rationale: LLVM compiler intrinsic and sanitizer libraries + multilib: [x86_64] + ref: stream-rhel-8 + buildorder: 1 + lld: + rationale: LLVM linker + multilib: [x86_64] + ref: stream-rhel-8 + buildorder: 1 + clang: + rationale: clang tools and libraries + multilib: [x86_64] + ref: stream-rhel-8 + buildorder: 2 + lldb: + rationale: lldb debugger + multilib: [x86_64] + ref: stream-rhel-8 + buildorder: 3