diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml
new file mode 100644
index 0000000..954f3d7
--- /dev/null
+++ b/llvm-toolset.yaml
@@ -0,0 +1,80 @@
+---
+document: modulemd
+version: 2
+data:
+  name: llvm-toolset
+  stream: "rhel8"
+  summary: LLVM
+  description: >-
+    LLVM Tools and libraries
+  license:
+    module:
+    - MIT
+  dependencies:
+  - buildrequires:
+      platform: [el8.6.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: fc83c9bfccf8a43100328179437239a0922d5680
+        buildorder: 1
+        multilib: [x86_64]
+      compiler-rt:
+        rationale: LLVM compiler intrinsic and sanitizer libraries
+        ref: 33e9904d56979e0c3e4c2875f713feae57083993
+        buildorder: 1
+        multilib: [x86_64]
+      libomp:
+        rationale: LLVM OpenMP runtime
+        ref: 9bf2bdf91f387025de7b84a813f8e3b256c70522
+        buildorder: 2
+        multilib: [x86_64]
+      lld:
+        rationale: LLVM linker
+        ref: fb2d2e9b175b8e08cc7ed773aea763ebc17f9071
+        buildorder: 1
+        multilib: [x86_64]
+      lldb:
+        rationale: lldb debugger
+        ref: fe511f11be214dfd90a8d426dd2c539804e4b304
+        buildorder: 2
+        multilib: [x86_64]
+      llvm:
+        rationale: LLVM tools and libraries
+        ref: 9b827f1c6950f8fc6f946ce1550a58f43c1dda16
+        multilib: [x86_64]
+      llvm-compat:
+        rationale: LLVM compatibility libs for transition user to a new llvm version
+        ref: ac658570aa4b247a6602c44966d7dad7c1d88962
+        multilib: [x86_64]
+      llvm-toolset:
+        rationale: Meta package for llvm-toolset providing scl enable scripts.
+        ref: 038e0c5a55d7a0673bb8ca04613b22582acd4b4e
+        multilib: [x86_64]
+      python-lit:
+        rationale: Lit test runner for LLVM
+        ref: b3125cea4d57c7503556f8f115ed7828ea356ba4
+...
+