rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
894 stars 61 forks source link

Correctly ahdnle `--use-system-gcc` and `--backend` options #453

Closed GuillaumeGomez closed 4 months ago

GuillaumeGomez commented 4 months ago

Originally implemented in https://github.com/rust-lang/rust/pull/121390.

GuillaumeGomez commented 4 months ago

It was done on rust side and synced afterwards, so no need to keep this open.