commit | 1790532dcd59840b5c858eac282333be9eba8047 | [log] [tgz] |
---|---|---|
author | Artem Serov <artem.serov@linaro.org> | Wed Feb 02 12:57:46 2022 +0000 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 16 13:17:27 2022 +0000 |
tree | b56f3e1c5d9aa820b219aa6541b9f352647add2f | |
parent | 6d9966788c2c51cb3260e1ef88fec14aba2fe52e [diff] |
Fix linker error in JitCompilerInterface. This patch fixed linker "undefined symbol" issue: JitCompilerInterface is an interface class and doesn't provide implementations; making the virtual function IsBaselineCompiler pure fixes the linker issue present for O0 build. Test: test-art-target, test-art-host. Change-Id: Id0f4ad1a605631f89f9fdd340e70d4af61e465aa