mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove pointer names in debug, following Clang.
This commit is contained in:
@@ -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,
|
||||
type->name, strlen(type->name));
|
||||
NULL, 0);
|
||||
}
|
||||
|
||||
static LLVMMetadataRef llvm_debug_enum_type(GenContext *c, Type *type, LLVMMetadataRef scope)
|
||||
|
||||
Reference in New Issue
Block a user