28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
+
-
-
-
+
+
+
-
+
|
extern llvm::LLVMContext& GetLLVMContext();
extern optional< string > Mangle( const Term& identity );
extern const codegen::Type* GetCodegenType( const eir::Value& t );
}
#include "llvmwrappers.h"
// TODO_SSA reenable
#include "address.h"
#include "stack.h"
#include "module.h"
//#include "address.h"
//#include "stack.h"
//#include "module.h"
#include "module.inl"
//#include "module.inl"
#endif
|