Implement function and type creation, add text to blog in compiler series
This commit is contained in:
@@ -15,6 +15,7 @@ struct llvm_state {
|
||||
std::map<std::string, llvm::StructType*> struct_types;
|
||||
|
||||
llvm::StructType* stack_type;
|
||||
llvm::PointerType* stack_ptr_type;
|
||||
llvm::PointerType* node_ptr_type;
|
||||
llvm::IntegerType* tag_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user