diff options
author | Xinliang David Li <davidxl@google.com> | 2015-10-13 18:39:48 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2015-10-13 18:39:48 +0000 |
commit | 3dd8817d84214681d29d3bf7aca33fc652d7de96 (patch) | |
tree | 68e47c163373fc0689bad4840386dff80424c0bf /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 33d1d283f6005c4cee367472a3cc2ed278543e8d (diff) | |
download | bcm5719-llvm-3dd8817d84214681d29d3bf7aca33fc652d7de96.tar.gz bcm5719-llvm-3dd8817d84214681d29d3bf7aca33fc652d7de96.zip |
[PGO]: Eliminate calls to __llvm_profile_register_function for Linux.
On Linux, the profile runtime can use __start_SECTNAME and __stop_SECTNAME
symbols defined by the linker to locate the start and end location of
a named section (with C name). This eliminates the need for instrumented
binary to call __llvm_profile_register_function during start-up time.
llvm-svn: 250199
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions