Skip to content
valtron edited this page Feb 14, 2017 · 30 revisions

Problems

Old

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 (site down as of 2016-04-14; use Wayback Machine version)

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