abi-compliance-checker icon indicating copy to clipboard operation
abi-compliance-checker copied to clipboard

clang support

Open simonrenger opened this issue 4 years ago • 2 comments

Hi, I am using clang for my projects so I am wondering if the checker supports clang

simonrenger avatar Dec 15 '20 09:12 simonrenger

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.

linuxhw avatar Dec 15 '20 11:12 linuxhw

Thanks has anyone test this also with MSVC clang comping option? That should also work then right?

simonrenger avatar Dec 15 '20 12:12 simonrenger