Open antoyo opened 6 months ago
GCC already has -fdump-go-spec=/-fdump-ada-spec options to write Go/Ada bindings for C/C++.
-fdump-go-spec=
-fdump-ada-spec
-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.
c-family
-fdump-go-spec
assign me to this issue for the 0day hack
Done.
unsign me from this issue. it is actually not a good first issue.
GCC already has
-fdump-go-spec=
/-fdump-ada-spec
options to write Go/Ada bindings for C/C++.-fdump-ada-spec
is implemented inc-family
, so in the FEs;-fdump-go-spec
is in the middle-end code, hooking into debug_hooks.