commit | 5cc255dee690c33fd2d5d0ff6c5c201dcba259b6 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Wed Oct 05 17:15:10 2022 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Thu Oct 06 15:46:16 2022 +0800 |
tree | 470c8513e4ce61603fef160595e653d0a9313f5e | |
parent | f6e13d426b80e9294e760915b0e81d71f6f77958 [diff] |
Fix the comparison between opaque parameters Function parameters can be opaque and have no size information. For example, __va_list in AArch64 ABI. header-abi-diff considers opaque types compatible if their mangled names are the same. The mangled name of __va_list can be _ZTI9__va_list or _ZTISt9__va_list. They are also compatible. Test: ./test.py Bug: 248418092 Change-Id: I812abcabb620301eb575c54c7e3d2ff63dade488