Skip to content

Provides LLVM binary packages for Windows required for building projects depending on LLVM.

License

Notifications You must be signed in to change notification settings

TyrsDev/llvm-package-windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLVM packages for Windows

The official LLVM binaries only contain a small number of binaries and required files, but lack some that enable integrating LLVM in new projects. This repo contains the "projects" required to support inkwell development on Windows. Extract the content to "C:\LLVM" and create the required "LLVMSYS" environment pointing to that folder. For example, set "LLVM_SYS_180_PREFIX" to "C:\LLVM".

Dependencies

  • Requires Visual Studio 2022 with the "Desktop development with C++" workload installed on the Windows computer to enable usage of this LLVM build.
  • Requires 7-zip to unpack.

The build script uses Scoop to install some required dependencies. If you already have these dependencies scoop will not overwrite them.

Releases

New builds are built automatically when the .github/workflows/build.yml env.llvm_version is updated. Download the release artifacts from this repository.

About

Provides LLVM binary packages for Windows required for building projects depending on LLVM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published