Skip to content
valtron edited this page Oct 17, 2015 · 30 revisions

Pre-built Packages

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.

Useful Resources

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.

Clone this wiki locally