mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
[svn r44] Lots of bug fixes.
New array literal support New array ~= operator support (for single element) New with statement support More...
This commit is contained in:
18
gen/llvm.h
Normal file
18
gen/llvm.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef GEN_LLVM_H
|
||||
#define GEN_LLVM_H
|
||||
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/IntrinsicInst.h"
|
||||
#include "llvm/CallingConv.h"
|
||||
#include "llvm/GlobalVariable.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/Module.h"
|
||||
|
||||
#include "llvm/Target/TargetData.h"
|
||||
|
||||
#include "llvm/Support/LLVMBuilder.h"
|
||||
using llvm::LLVMBuilder;
|
||||
|
||||
#endif // GEN_LLVM_H
|
||||
Reference in New Issue
Block a user