Add generic documentation

This commit is contained in:
2025-02-20 00:38:53 +01:00
parent 0b835abfa9
commit 7f4a026cbc
7 changed files with 182 additions and 4 deletions

View File

@ -22,7 +22,7 @@ void lang_specific_driver(struct cl_decoded_option ** /* in_decoded_options */,
}
/* Called before linking. Returns 0 on success and -1 on failure. */
int lang_specific_pre_link (void)
int lang_specific_pre_link(void)
{
return 0;
}