-
How to analyze changes to enum types using abidiff
It is required to have a stable application binary interface (ABI) when maintaining a stable shared library that is written in C or C++ and shipped as part of a complex software stack. Developers must comply with this requirement. When building a newer version of a shared library, developers may try the following approach: Analyze…