commit | ff78ea8930410dbc769d47d117cfaa3484d880da | [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 | dfdf0a95f46149b29bc2b9a96355060e4287ec14 [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