rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
906 stars 60 forks source link

Add support for legacy rustc mangling #380

Closed GuillaumeGomez closed 6 months ago

GuillaumeGomez commented 10 months ago

Problem is that some characters are not supported in some GCC targets, so it would require to add a new function libgccjit to still force it to accept such characters.

antoyo commented 6 months ago

Done in #440.