tests/comparators/test_macho.py::test_llvm_diff fails with llvm-13
I have llvm-13.0.0~rc1-1.fc35.x86_64, and the test fails. I assume this is related to the llvm version, because I didn't have this particular failure earlier.
The test first fails on macho_llvm_expected_diff_symbols
. The new version is attached.
macho_llvm_expected_diff_symbols.new
But later on it fails on assert len(arch_differences) == 7
. I don't know too much about llvm or those tests, so I can't propose a fix.