mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
LLVM 15 compatibility fixes (#465)
More variant code. Fixes to typekind. Fixes to macro with failable returns. Remove use of LLVMConstInsert etc. Version 0.2.8
This commit is contained in:
committed by
GitHub
parent
bb28f6e61c
commit
c8a614e43f
@@ -55,7 +55,6 @@ void gencontext_begin_module(GenContext *c)
|
||||
|
||||
c->block_global_unique_count = 0;
|
||||
c->ast_alloca_addr_space = target_alloca_addr_space();
|
||||
|
||||
VECEACH(global_context.type, i)
|
||||
{
|
||||
Type *type = global_context.type[i];
|
||||
|
||||
Reference in New Issue
Block a user