Functions generated by clang and included in the .init_array section (such as static constructors) do not follow the usual code path for adding target-specific function attributes, so we have to add the return address signing attribute here too, as is currently done for the sanitisers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang