diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml
new file mode 100644
index 0000000..5edf789
--- /dev/null
+++ b/llvm-toolset.yaml
@@ -0,0 +1,79 @@
+---
+document: modulemd
+version: 2
+data:
+  name: llvm-toolset
+  stream: rhel8
+  summary: LLVM
+  description: >-
+    LLVM Tools and libraries
+  license:
+    module:
+    - MIT
+  dependencies:
+  - buildrequires:
+      platform: [el8.3.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: 7cde341d04ea71c9e32fd13a1928c45f1972566f
+        buildorder: 1
+        multilib: [x86_64]
+      compiler-rt:
+        rationale: LLVM compiler intrinsic and sanitizer libraries
+        ref: d0a164a2c00b2e73fd380a93f396e8cf2b536c96
+        buildorder: 1
+        multilib: [x86_64]
+      libomp:
+        rationale: LLVM OpenMP runtime
+        ref: d3029494bb7d53a04451fe9b5bcd3da0041a8b31
+        multilib: [x86_64]
+      lld:
+        rationale: LLVM linker
+        ref: 3d81c9beef50178e42b975ce2944b309c3208183
+        buildorder: 1
+        multilib: [x86_64]
+      lldb:
+        rationale: lldb debugger
+        ref: 8ea76b6899a9cde4dbaf259bb71d4c247dfda97d
+        buildorder: 2
+        multilib: [x86_64]
+      llvm:
+        rationale: LLVM tools and libraries
+        ref: c8621de419c48646e34d7531e6f8f4020ffb2d3b
+        multilib: [x86_64]
+      llvm-compat:
+        rationale: LLVM compatibility libs for transition user to a new llvm version
+        ref: fe71e31ded3b73b35d6acdc041ded84bc964b952
+        multilib: [x86_64]
+      llvm-toolset:
+        rationale: Meta package for llvm-toolset providing scl enable scripts.
+        ref: 1827c47f3337575c430ac2d55b4e3db32c370d87
+        multilib: [x86_64]
+      python-lit:
+        rationale: Lit test runner for LLVM
+        ref: 2b856783b5ffab0920be8edc15cc34f3d99889df
+...
+