diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml
new file mode 100644
index 0000000..12b148d
--- /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.7.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: 4e0495208f843a286dc0d06d9abdc3433a66983a
+        buildorder: 1
+        multilib: [x86_64]
+      compiler-rt:
+        rationale: LLVM compiler intrinsic and sanitizer libraries
+        ref: 534823a42182b3b8dc9d099287c259c35e2cce83
+        buildorder: 1
+        multilib: [x86_64]
+      libomp:
+        rationale: LLVM OpenMP runtime
+        ref: 84b4fd4e5e955f96050ca2705c3f21c1fc593cd1
+        buildorder: 2
+        multilib: [x86_64]
+      lld:
+        rationale: LLVM linker
+        ref: 39843d9ade5f01e5f2d068549a68e0b7bc5180e3
+        buildorder: 1
+        multilib: [x86_64]
+      lldb:
+        rationale: lldb debugger
+        ref: d37987799e9413ac96c59b72cf8e375c5635c8ad
+        buildorder: 2
+        multilib: [x86_64]
+      llvm:
+        rationale: LLVM tools and libraries
+        ref: 3f853a2e9c3022c51ff01d893425bd06c0c68305
+        multilib: [x86_64]
+      llvm-compat:
+        ref: b877b92c34d170bb3d9f7fe1815bcff2299feaf3
+        multilib: [x86_64]
+      llvm-toolset:
+        rationale: Meta package for llvm-toolset providing scl enable scripts.
+        ref: 3bd99e09b995097af6fa40247f50715c70563243
+        multilib: [x86_64]
+      python-lit:
+        rationale: Lit test runner for LLVM
+        ref: 270f3290bd64142133c18fe41d45aeaf3a6cdac5
+...
+