Merge pull request #255 from foutrelis/master

Fix llvm/IRBuilder.h include when using LLVM 3.2
This commit is contained in:
David Nadlinger
2012-12-24 20:11:12 -08:00

View File

@@ -27,7 +27,7 @@
#include "llvm/Intrinsics.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Support/CommandLine.h"
#if LDC_LLVM_VER >= 303
#if LDC_LLVM_VER >= 302
#include "llvm/IRBuilder.h"
#else
#include "llvm/Support/IRBuilder.h"