rust-lang / rustc_codegen_gcc

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

Allow running the tests locally with a custom toolchain #403

Open antoyo opened 8 months ago

antoyo commented 8 months ago

Following the instructions in the readme doesn't work anymore: https://github.com/rust-lang/rustc_codegen_gcc#how-to-use-a-custom-build-rustc

cc @GuillaumeGomez