Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

May I ask how to use llvm-msvc-windows.zip? #73

Closed
yaoguen opened this issue Dec 29, 2023 · 4 comments
Closed

May I ask how to use llvm-msvc-windows.zip? #73

yaoguen opened this issue Dec 29, 2023 · 4 comments
Labels
good first issue Good for newcomers

Comments

@yaoguen
Copy link

yaoguen commented Dec 29, 2023

May I ask how to use llvm-msvc-windows.zip?

@gmh5225
Copy link
Collaborator

gmh5225 commented Dec 29, 2023

How to use llvm-msvc?

  • Install Visual Studio 2015 to 2022 (I recommend using 2022) along with WDK11.
  • Download and install llvm-msvc from the following repository (llvm-msvc_X86_64_installer.exe)
  • Create your Windows driver project and choose "LLVM-MSVC_v143_KernelMode" as your platform toolset.
  • Compile your project.

@yaoguen
Copy link
Author

yaoguen commented Dec 29, 2023

I have installed llvm-msvc_X86_64_installer.exe,But I didn't find right how to use the file llvm-msvc-windows.zip。

@gmh5225
Copy link
Collaborator

gmh5225 commented Dec 29, 2023

llvm-msvc-windows.zip just contains the complete compilation result.

@yaoguen
Copy link
Author

yaoguen commented Dec 29, 2023

Thank you very much.

@gmh5225 gmh5225 added the good first issue Good for newcomers label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants