mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Fix typeid size in LLVM
This commit is contained in:
@@ -1801,7 +1801,7 @@ gb_internal LLVMTypeRef lb_type_internal(lbModule *m, Type *type) {
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
case Basic_typeid: return LLVMIntTypeInContext(m->ctx, 8*cast(unsigned)build_context.ptr_size);
|
case Basic_typeid: return LLVMIntTypeInContext(m->ctx, 64);
|
||||||
|
|
||||||
// Endian Specific Types
|
// Endian Specific Types
|
||||||
case Basic_i16le: return LLVMInt16TypeInContext(ctx);
|
case Basic_i16le: return LLVMInt16TypeInContext(ctx);
|
||||||
|
|||||||
Reference in New Issue
Block a user