view gen/llvm.h @ 43:eb7bf7b7972e trunk

[svn r47] fixed a problem with gdc 4.1
author lindquist
date Fri, 19 Oct 2007 15:26:09 +0200
parents 8b0e809563df
children 9d44ec83acd1
line wrap: on
line source

#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/Value.h"

#include "llvm/Target/TargetData.h"

#include "llvm/Support/LLVMBuilder.h"
using llvm::LLVMBuilder;

#endif // GEN_LLVM_H