diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml
new file mode 100644
index 0000000..607ef27
--- /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: [el8.5.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: 775385bf07d9531c90af64a810d70af5fec8f5fe
+        buildorder: 0
+      python-lit:
+        rationale: Lit test runner for LLVM
+        ref: 3451c32f587b5cc994041e32bb021a752f573567
+        buildorder: 0
+      libomp:
+        rationale: LLVM OpenMP runtime
+        multilib: [x86_64]
+        ref: b0dbe993f99b2693d905e31a2afd3c4e67042523
+        buildorder: 0
+      llvm:
+        rationale: LLVM tools and libraries
+        multilib: [x86_64]
+        ref: d272f94ac383c090254477aa8641ec75433989e1
+        buildorder: 0
+      compiler-rt:
+        rationale: LLVM compiler intrinsic and sanitizer libraries
+        multilib: [x86_64]
+        ref: 3c1b0828282e6409c70ed0ac75406f805f93befa
+        buildorder: 1
+      lld:
+        rationale: LLVM linker
+        multilib: [x86_64]
+        ref: 822799364f72e005eedf4f770bd940c4fa05eb19
+        buildorder: 1
+      clang:
+        rationale: clang tools and libraries
+        multilib: [x86_64]
+        ref: 58140c26e4ed1accd8b1c5792d63712ab807664d
+        buildorder: 1
+      lldb:
+        rationale: lldb debugger
+        multilib: [x86_64]
+        ref: 967c8fa968e915665ec27dd0dfc208a9ac68f060
+        buildorder: 2