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
I would like to perform backward compatibility (ABI, API) tests for inline functions and methods.
I use -fkeep-inline-functions compiler switch to make symbols from all inline functions\methods.
But unfortunatelly abi-compliance-checker ignores symbols if they are inline.
Do you plan to add such option (to analyse inline functions)?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I would like to perform backward compatibility (ABI, API) tests for inline functions and methods.
I use -fkeep-inline-functions compiler switch to make symbols from all inline functions\methods.
But unfortunatelly abi-compliance-checker ignores symbols if they are inline.
Do you plan to add such option (to analyse inline functions)?
Thanks!
The text was updated successfully, but these errors were encountered: