Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gccrs: Initial implementation of v0 mangling
gcc/rust/ChangeLog: * backend/rust-compile-context.h: * backend/rust-mangle.cc (struct V0Path): New struct. (v0_path): New function. (legacy_mangle_name): (v0_numeric_prefix): (v0_complex_type_prefix): (v0_add_integer_62): Deleted (v0_integer_62): New function. (v0_add_opt_integer_62): Deleted. (v0_opt_integer_62): New function. (v0_add_disambiguator): Deleted. (v0_disambiguator): New function. (v0_type_prefix): Support more types. (v0_generic_args): New function. (v0_add_identifier): Deleted. (v0_identifier): New function. (v0_type_path): New function. (v0_function_path): New function. (v0_scope_path): New function. (v0_crate_path): New function. (v0_inherent_or_trait_impl_path): New function. (v0_mangle_item): Use v0_path. (Mangler::mangle_item): * backend/rust-mangle.h (class Context): * hir/tree/rust-hir-item.h: Signed-off-by: Raiki Tamura <[email protected]>
- Loading branch information