commit | 1f34c0e7a43c199ea3ea430bee1b6b74b8e134df | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Oct 08 17:39:39 2018 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Oct 08 19:47:33 2018 -0700 |
tree | f946a4ed30b342d33153388b2b69a26ac7daaf98 | |
parent | 380d3192ccca0f7a4726a19345b56c0f342d4339 [diff] |
Fix handling of globals for new linker. The new linker base map is read-only, but the global handling code for jit and dex information assumed the base map was a read-execute one. Relax that requirement to search read-only maps. Adjust the unit tests for this case. Bug: 117293117 Test: Passes unit tests. Test: Passes art cfi tests with and without llvm linker. Change-Id: I31a765d51847d0b8d778ace9cbaa29f42073f4d9