Skip to content

NewWorldComingSoon/llvm-msvc-windows-driver-template

 
 

Repository files navigation

llvm-msvc-windows-driver-template

Simple cmkr template for a WDK kernel driver for Windows. The WDK package is based on FindWDK.

Requirements

Building win-x64 with llvm-msvc

cmake -Bbuild_x64 -Ax64 -TLLVM-MSVC_v143
cmake --build build_x64 --config Release

Building win-arm64 with llvm-msvc

cmake -Bbuild_arm64 -AARM64 -TLLVM-MSVC_v143
cmake --build build_arm64 --config Release

You can open build\llvm-msvc-driver-template.sln in Visual Studio and work there.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.0%
  • CMake 33.0%
  • C 12.0%