Skip to content

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

PLC-lang/llvm-package-windows

This branch is 9 commits ahead of, 8 commits behind mun-lang/llvm-package-windows:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27fbca0 · Jan 26, 2023

History

16 Commits
Jan 26, 2023
Oct 15, 2019
Oct 15, 2019
Nov 4, 2019
Jan 26, 2023

Repository files navigation

LLVM packages for Windows

The official LLVM binaries only contain a small number of binaries and required files to be able to compiled Mun. This repo contains the scripts required to compile a binary package that can be used to compile Mun on windows. We compile LLVM as a separate step because it takes a very long time to compile and we want quick turnarounds on our tests. Other platforms do contain fully featured LLVM binaries so we can use those there.

Dependencies

  • A version of Visual Studio 2017 and Visual Studio 2019 must be installed
  • cmake
  • 7z

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

Build

To build the binary package of LLVM run:

$ .\build.ps1

The script will build and package LLVM.

About

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%