rust-lang / rustc_codegen_gcc

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

Rewrite bash scripts in Rust #315

Closed antoyo closed 9 months ago

antoyo commented 1 year ago

cc @GuillaumeGomez

bjorn3 commented 1 year ago

Maybe take inspiration from cg_clif's current build system?

GuillaumeGomez commented 1 year ago

It's exactly what we're planning to do. :)

bjorn3 commented 1 year ago

Feel free to ask my any questions you have about how it is implemented.

antoyo commented 9 months ago

Fixed by #384.