lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

macOS ARM64 Support #116

Open carlocab opened 2 years ago

carlocab commented 2 years ago

Trying to run abi-compliance-checker on macOS ARM64 produces ERROR: can't check ARCH type. One way to reproduce this is to run

abi-compliance-checker --gcc-path=gcc-11 -test

where gcc-11 is GCC installed via Homebrew.

It would be nice if this supported ARM64 on macOS too. This error was encountered while trying to package abi-compliance-checker in Homebrew at Homebrew/homebrew-core#90639.