comparison gen/runtime.cpp @ 1547:259b031f3d22

Some minor cleanups * remove an #ifdef USE_METADATA I accidently left in * remove now unneeded llvm-version includes * fix indentation in metadata.h * prevent the "Found native target" message from interrupting ccmake
author Benjamin Kramer <benny.kra@gmail.com>
date Mon, 20 Jul 2009 18:16:11 +0200
parents 61f12f4651b5
children 755abafbf25d
comparison
equal deleted inserted replaced
1546:f9660d9cf2ba 1547:259b031f3d22
1 #include "gen/llvm.h" 1 #include "gen/llvm.h"
2 #include "gen/llvm-version.h"
3 #include "llvm/Module.h" 2 #include "llvm/Module.h"
4 #include "llvm/Attributes.h" 3 #include "llvm/Attributes.h"
5 #include "llvm/Bitcode/ReaderWriter.h" 4 #include "llvm/Bitcode/ReaderWriter.h"
6 #include "llvm/Support/MemoryBuffer.h" 5 #include "llvm/Support/MemoryBuffer.h"
7 #include "llvm/Support/CommandLine.h" 6 #include "llvm/Support/CommandLine.h"