comparison gen/toobj.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 ba2a5d2fe748
children d6e8d5db259f
comparison
equal deleted inserted replaced
1546:f9660d9cf2ba 1547:259b031f3d22
9 9
10 #include <cstddef> 10 #include <cstddef>
11 #include <fstream> 11 #include <fstream>
12 12
13 #include "gen/llvm.h" 13 #include "gen/llvm.h"
14 #include "gen/llvm-version.h"
15 #include "llvm/Analysis/Verifier.h" 14 #include "llvm/Analysis/Verifier.h"
16 #include "llvm/Bitcode/ReaderWriter.h" 15 #include "llvm/Bitcode/ReaderWriter.h"
17 #include "llvm/Module.h" 16 #include "llvm/Module.h"
18 #include "llvm/ModuleProvider.h" 17 #include "llvm/ModuleProvider.h"
19 #include "llvm/PassManager.h" 18 #include "llvm/PassManager.h"