You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoking clightgen --help describes an option -version-file but invoking clightgen -version-file foo says ccomp: error: Unknown option -version-file (in CompCert 3.8).
I am not advocating for restoring this option, I suggest removing it from the help message.
Also, it would be helpful if either the -version option or some other option could make clightgen and ccomp say more about their configuration, i.e., target architecture. This is useful when a cross-compiler is installed. Of course, one can always obtain this by doing clightgen empty.c and then examining the beginning of empty.v.
The text was updated successfully, but these errors were encountered:
Invoking
clightgen --help
describes an option-version-file
but invokingclightgen -version-file foo
saysccomp: error: Unknown option -version-file
(in CompCert 3.8).I am not advocating for restoring this option, I suggest removing it from the help message.
Also, it would be helpful if either the -version option or some other option could make clightgen and ccomp say more about their configuration, i.e., target architecture. This is useful when a cross-compiler is installed. Of course, one can always obtain this by doing
clightgen empty.c
and then examining the beginning ofempty.v
.The text was updated successfully, but these errors were encountered: