diff options
author | Xinliang David Li <davidxl@google.com> | 2015-10-13 18:40:00 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2015-10-13 18:40:00 +0000 |
commit | f556a7e3c349b2a4c51f661800e57c772d25ba6d (patch) | |
tree | 6277d483d618760c73bccb43128cd73f54746d8f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 3dd8817d84214681d29d3bf7aca33fc652d7de96 (diff) | |
download | bcm5719-llvm-f556a7e3c349b2a4c51f661800e57c772d25ba6d.tar.gz bcm5719-llvm-f556a7e3c349b2a4c51f661800e57c772d25ba6d.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: 250200
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions