diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-09-02 11:24:33 +0100 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-11-06 18:50:46 +0000 |
commit | 5caf652d7bfb43bdd2f3addfe8021a5fb8e3f796 (patch) | |
tree | 53043a0bf37ed64905aace522914969be65e70ae /compiler/optimizing/graph_visualizer.cc | |
parent | ef7ef4ce04a46405e15cd91115c6e657235adf83 (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.
Change-Id: I392be25d8a07f47f8217bf693c8e5919d29cac7b
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions