abi-compliance-checker
abi-compliance-checker copied to clipboard
clang support
Hi, I am using clang for my projects so I am wondering if the checker supports clang
Hi,
Only via abi-dumper: https://github.com/lvc/abi-compliance-checker#usage
You can compile your binaries by clang (enable debug-info), dump ABIs by abi-dumper and compare ABI dumps by abi-compliance-checker.
Thanks has anyone test this also with MSVC clang comping option? That should also work then right?