comparison gen/runtime.cpp @ 1534:8ca25bd765a3

Build fix for the latest LLVMContext changes (LLVM r75445) This shouldn't break the build with older LLVM revs. We include LLVMContext.h in gen/llvm.h now to make the transition a little bit easier.
author Benjamin Kramer <benny.kra@gmail.com>
date Mon, 13 Jul 2009 12:17:58 +0200
parents c88b16d4a13c
children 61f12f4651b5
comparison
equal deleted inserted replaced
1533:d1652c8fb4f6 1534:8ca25bd765a3
1 #include "gen/llvm.h" 1 #include "gen/llvm.h"
2 #include "gen/llvm-version.h" 2 #include "gen/llvm-version.h"
3 #include "llvm/LLVMContext.h"
4 #include "llvm/Module.h" 3 #include "llvm/Module.h"
5 #include "llvm/Attributes.h" 4 #include "llvm/Attributes.h"
6 #include "llvm/Bitcode/ReaderWriter.h" 5 #include "llvm/Bitcode/ReaderWriter.h"
7 #include "llvm/Support/MemoryBuffer.h" 6 #include "llvm/Support/MemoryBuffer.h"
8 #include "llvm/Support/CommandLine.h" 7 #include "llvm/Support/CommandLine.h"