-
Notifications
You must be signed in to change notification settings - Fork 12
Home
valtron edited this page Apr 21, 2020
·
30 revisions
- Set up Windows dev environment with MSYS2
- Build LLVM with MSYS2
- Build llvmlite with MSYS2
- Building Python 3 extension modules with MinGW
- Theano, CUDA, CuDNN on Win10
- libgpuarray on Win10
- neuralcoref on Win10
- Patching llvm config.cpp to fix a bug
- Problems building with LLVM_BUILD_LLVM_DYLIB
- Build LLVM 3.7 with MinGW-w64, MSYS2, CMake
- Build LLVM [3.2, 3.6] with MinGW32 and MSYS
- Build LLVM with VS
- Install llvmpy with MinGW32
LLVM builds (and lots of other things) for MinGW can be downloaded here:
http://sourceforge.net/projects/msys2/files/REPOS/MINGW
The mingw-w64 LLVM worked for me on regular mingw32.
Mapping High Level Constructs to LLVM IR
LLVM Demo: use this easily see what IR gets generated for the given C/++ code, and how to generate that IR using the C++ API. (There used to be an official version of this, but it's since been disabled.)