comparison gen/tollvm.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 7fcb72d518f6
children d6e8d5db259f
comparison
equal deleted inserted replaced
1546:f9660d9cf2ba 1547:259b031f3d22
18 #include "gen/classes.h" 18 #include "gen/classes.h"
19 #include "gen/typeinf.h" 19 #include "gen/typeinf.h"
20 #include "gen/complex.h" 20 #include "gen/complex.h"
21 #include "gen/llvmhelpers.h" 21 #include "gen/llvmhelpers.h"
22 #include "gen/linkage.h" 22 #include "gen/linkage.h"
23 #include "gen/llvm-version.h"
24 23
25 #include "ir/irtype.h" 24 #include "ir/irtype.h"
26 #include "ir/irtypeclass.h" 25 #include "ir/irtypeclass.h"
27 #include "ir/irtypefunction.h" 26 #include "ir/irtypefunction.h"
28 27