For arm32, --ignore-addr-diffs is harmful, because it silences diffs in bl symbol names. (simonlindholm/asm-differ#225)
For aarch64, it is helpful because the typical workflow diffs linked files against unlinked ones, and then addr diffs are expected to be ignored.
For all other architectures, the flag is unimplemented by asm-differ.
The argument gets passed here:
For arm32, --ignore-addr-diffs is harmful, because it silences diffs in bl symbol names. (simonlindholm/asm-differ#225)
For aarch64, it is helpful because the typical workflow diffs linked files against unlinked ones, and then addr diffs are expected to be ignored.
For all other architectures, the flag is unimplemented by asm-differ.
The argument gets passed here:
decomp.me/backend/coreapp/diff_wrapper.py
Line 114 in 33ca188