rust-lang / rustc_codegen_gcc

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

Add doc for sending patches to GCC #318

Closed GuillaumeGomez closed 1 year ago

GuillaumeGomez commented 1 year ago

Including suggestion from @CohenArthur

davidmalcolm commented 1 year ago

For patches that touch libgccjit, I wrote some notes here: https://gcc.gnu.org/onlinedocs/jit/internals/index.html#submitting-patches

GuillaumeGomez commented 1 year ago

I'm ashamed to say that I completely missed this part. ^^'