Skip to content

Provides LLVM binary packages for Windows required for building Mun.

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

mun-lang/llvm-package-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

365f415 · Jun 12, 2023

History

15 Commits
Oct 15, 2019
Oct 15, 2019
Nov 4, 2019
Jun 12, 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 Mun.

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