rust-lang / rustc_codegen_gcc

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

Remove `master` feature #470

Closed GuillaumeGomez closed 6 months ago

GuillaumeGomez commented 6 months ago

Since we now download our own GCC version, there is no need to keep supporting the GCC 12 version anymore. It also simplifies the code quite a lot. :)

antoyo commented 6 months ago

We should keep this at least for another 6 months/1 year in case we still need it since it would be a pain to add back if removed.