Update pointer type naming.

This commit is contained in:
Christoffer Lerno
2026-01-07 23:12:09 +01:00
parent a02b0a1f4c
commit 527766310f

View File

@@ -324,7 +324,7 @@ static LLVMMetadataRef llvm_debug_pointer_type(GenContext *c, Type *type)
inner,
type_size(type) * 8,
type_abi_alignment(type) * 8, 0,
NULL, 0);
"", 0);
}
static LLVMMetadataRef llvm_debug_enum_type(GenContext *c, Type *type, LLVMMetadataRef scope)