diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-09-02 11:24:33 +0100 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-11-11 14:18:07 +0000 |
commit | e7132a9a5d98103fa52a750287476b063fa88863 (patch) | |
tree | 6c7c88bdbe9a417bf747fb0bd7b076e009ade584 /compiler/optimizing/graph_visualizer.cc | |
parent | 8a6463a7052ec69e7c0b94a65b26807f570e6359 (diff) |
Mark __jit_debug_register_code as a unique symbol
This symbol is used to notify the debugger about JIT library load/unload
events. Because of ICF, several functions with the same body put to the
same adress by the linker what causes the debugger to get notifictaion
about JIT load/unload events in several case where it isn't really happened.
This change disable ICF for the __jit_debug_register_code symbol to prevent
this behavior with keeping the symbol unique in the object file.
This is the recommit of 5caf652d7bfb43bdd2f3addfe8021a5fb8e3f796 after
fixing the compilation issue on sdk_phone_armv7-sdk (mac) target.
Change-Id: I027d2c7964098d47ed350ee6b7c74d82c88a5d1f
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions