-
Notifications
You must be signed in to change notification settings - Fork 11
Home
valtron edited this page Oct 17, 2015
·
30 revisions
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.