abi-compliance-checker
abi-compliance-checker copied to clipboard
A tool for checking backward API/ABI compatibility of a C/C++ library
Here's a fun issue that I found recently. In the x64 System V ABI, the calling convention used to pass structs via registers as opposed to via pointers to memory...
We find this tool (ABICC, and JAPICC as well) is well-designed and really powerful, so we are considering to use it as one component of our own project, in order...
I want to use xml to create dump,such as xxx /usr/include /usr/lib64/xxx abi-compliance-checker -lib all -dump v1.xml -dump-path ./ABI-1.dump ERROR: some errors occurred when compiling headers ERROR: see log for...