rust-lang / rustc_codegen_gcc

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

Add `download` option #398

Closed GuillaumeGomez closed 5 months ago

GuillaumeGomez commented 8 months ago

Using this option, it would download the latest version of libgccjit.so built in CI. To do we would need to replace the existing gcc_path with an actual config file which would contain:

download-libgccjit = true|false
libgccjit-path = "path"

If download-libgccjit is true, then libgccjit-path will be ignored.

antoyo commented 5 months ago

Done in #430.