abi-compliance-checker
abi-compliance-checker copied to clipboard
macOS ARM64 Support
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.