/llvm-build-script

Build script to build the latest llvm project from github for x64 windows

Primary LanguageBatchfile

To build you need to change the python64_dir and vsdevcmd script variables with the path that matches your system

to get the path for your python installation, you can simply run in the command line: python -c "import sys; import os; print(os.path.dirname(sys.executable))"

Requirements for building:

NINJA, CMAKE, 7z and Perl must be in PATH

Building:

.\build_llvm.bat