We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is related to #19 and to lvc/abi-compliance-checker#89:
.so
library_version
libraryVersion
abi-dumper -compare
abi-compliance-checker -l example -old 1.dump -new 3.dump
1.txt 3.txt
The text was updated successfully, but these errors were encountered:
annd .. using the git version of git-dumper (I suppose that's 1.2), rather than version 1.1 that is available from Debian, resolves this.
Sorry, something went wrong.
No branches or pull requests
This is related to #19 and to lvc/abi-compliance-checker#89:
.so
with one symbol,library_version
and dump it with abi-dumperlibraryVersion
and dump it with abi-dumperabi-dumper -compare
shows there is a differentabi-compliance-checker -l example -old 1.dump -new 3.dump
shows 100% compatibility1.txt
3.txt
The text was updated successfully, but these errors were encountered: