rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc

Repository from Github https://github.comrust-lang/rustc_codegen_gccRepository from Github https://github.comrust-lang/rustc_codegen_gcc

Bindgen-like support

antoyo opened this issue · comments

GCC already has -fdump-go-spec=/-fdump-ada-spec options to write Go/Ada bindings for C/C++.

-fdump-ada-spec is implemented in c-family, so in the FEs; -fdump-go-spec is in the middle-end code, hooking into debug_hooks.

commented

assign me to this issue for the 0day hack

commented

unsign me from this issue. it is actually not a good first issue.