diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml
new file mode 100644
index 0000000..6e78db4
--- /dev/null
+++ b/llvm-toolset.yaml
@@ -0,0 +1,74 @@
+document: modulemd
+version: 2
+data:
+  name: llvm-toolset
+  stream: rhel8
+  summary: LLVM
+  description: LLVM Tools and libraries
+  license:
+    module: [MIT]
+  dependencies:
+    - buildrequires:
+        platform: [8.4.0]
+      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: d605f4b1b8bdba738e79fe37b23dc2dbeba584c7
+        buildorder: 0
+      python-lit:
+        rationale: Lit test runner for LLVM
+        ref: ef59b4eff4a1e9697b822135f121aab04dbc79ce
+        buildorder: 0
+      libomp:
+        rationale: LLVM OpenMP runtime
+        multilib: [x86_64]
+        ref: 91d1894a2238f7e5766a0a7468fca81300578888
+        buildorder: 0
+      llvm:
+        rationale: LLVM tools and libraries
+        multilib: [x86_64]
+        ref: 158546899df118d39389e0086d276b1cbe7d4eab
+        buildorder: 0
+      compiler-rt:
+        rationale: LLVM compiler intrinsic and sanitizer libraries
+        multilib: [x86_64]
+        ref: 8ca008752ea93232b76228765e8b08342e675f6a
+        buildorder: 1
+      lld:
+        rationale: LLVM linker
+        multilib: [x86_64]
+        ref: 5a49621f72c4befd3f28dd96986437d542ba49ca
+        buildorder: 1
+      clang:
+        rationale: clang tools and libraries
+        multilib: [x86_64]
+        ref: 78ae708b18beef6d296ef85d64af96dbf69b87c7
+        buildorder: 1
+      lldb:
+        rationale: lldb debugger
+        multilib: [x86_64]
+        ref: 1ae3716de51e70b1fa64b65fe70d3fb34dc34867
+        buildorder: 2