commit | a062a6cf35c9a30c4a41ff6b7d13fbf49f409ee8 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Sat Dec 10 01:28:15 2022 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Fri Dec 30 16:33:48 2022 +0800 |
tree | 5f618f066e822422295dc51d04da9a95594b2f15 | |
parent | 82b8191b501e95f7f210721073d394ac79df37a4 [diff] |
Determine struct extensions before calling IRDiffDumper This commit moves the functions that determine struct extensions from ir_diff_representation.cpp to abi_diff_helpers.cpp. The functions are called before IRDiffDumper so that the IR and the dumper do not include the diff logic. Test: ./test.py Bug: 259148872 Change-Id: I93aaa3028bf6a30312f0b0e5b1ef5f6ae1041f21