diff options
author | Alex Light <allight@google.com> | 2020-03-23 16:07:29 -0700 |
---|---|---|
committer | Alex Light <allight@google.com> | 2020-03-27 17:48:38 +0000 |
commit | a467a6e81f5c6da589a5fb16fdb85f2604860623 (patch) | |
tree | f40ce22560d4da7457f4d4ffcc9306319030e42d /compiler/driver/compiler_options.h | |
parent | e5621f552a1e3e07d2c4a5e29c0d9494b09bbffe (diff) |
Fix incorrect interface-override linking
We would incorrectly search all declared methods when searching for
overrides of super-class interface methods. This could lead to
incorrect behavior since we could try to override methods with static
or private methods. This could cause exceptions or other issues.
This fixes a typo from over 4 years ago in go/aog/185608 and restores
the behavior we had prior to N.
Bug: 152199517
Test: ./test.py --host
Change-Id: Ic6ce51f79d071727316bb39e5bbeabb92cb4aa9a
Diffstat (limited to 'compiler/driver/compiler_options.h')
0 files changed, 0 insertions, 0 deletions