comparison gen/main.cpp @ 1260:3d6a908a34e9

Add `#include "gen/llvm-version.h"` to files that use the macro it defines...
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 24 Apr 2009 16:47:42 +0200
parents 80a326087f59
children 2bebd938548f
comparison
equal deleted inserted replaced
1259:dda95755f63d 1260:3d6a908a34e9
34 34
35 #include "gen/logger.h" 35 #include "gen/logger.h"
36 #include "gen/linker.h" 36 #include "gen/linker.h"
37 #include "gen/irstate.h" 37 #include "gen/irstate.h"
38 #include "gen/toobj.h" 38 #include "gen/toobj.h"
39 #include "gen/llvm-version.h"
39 40
40 #include "gen/cl_options.h" 41 #include "gen/cl_options.h"
41 #include "gen/cl_helpers.h" 42 #include "gen/cl_helpers.h"
42 using namespace opts; 43 using namespace opts;
43 44