Fix path of included header IRBuilder.h

As usual this file has moved around from version to version.
This commit is contained in:
kai
2012-09-10 18:00:21 +02:00
parent 1bc5dad066
commit 9dfc638edf

View File

@@ -1,10 +1,15 @@
#include "gen/llvmcompat.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/ADT/Triple.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Module.h"
#if LDC_LLVM_VER >= 302
#include "llvm/IRBuilder.h"
#else
#include "llvm/Support/IRBuilder.h"
#endif
#include <string>
#if LDC_LLVM_VER == 300