mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fix path of included header IRBuilder.h
As usual this file has moved around from version to version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user