Skip to content
New issue

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

clang support #110

Open
simonrenger opened this issue Dec 15, 2020 · 2 comments
Open

clang support #110

simonrenger opened this issue Dec 15, 2020 · 2 comments

Comments

@simonrenger
Copy link

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

@simonrenger simonrenger changed the title clang? clang support Dec 15, 2020
@linuxhw
Copy link

linuxhw commented Dec 15, 2020

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.

@simonrenger
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants