diff options
author | Dean Michael Berris <dberris@google.com> | 2017-02-28 08:10:01 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2017-02-28 08:10:01 +0000 |
commit | 427215ce5ef200869b2ee6f62a48aa5733b375f3 (patch) | |
tree | 5084de2ae414442d0d98219761fd095ede4480ac /lldb/packages/Python/lldbsuite/test/python_api | |
parent | d1c95b67bac1cdd7658d25e7d5f07166328bf04c (diff) | |
download | bcm5719-llvm-427215ce5ef200869b2ee6f62a48aa5733b375f3.tar.gz bcm5719-llvm-427215ce5ef200869b2ee6f62a48aa5733b375f3.zip |
[XRay][compiler-rt] Switch default XRay 'patch_premain' to false
Summary:
Currently, we assume that applications built with XRay would like to
have the instrumentation sleds patched before main starts. This patch
changes the default so that we do not patch the instrumentation sleds
before main. This default is more helpful for deploying applications in
environments where changing the current default is harder (i.e. on
remote machines, or work-pool-like systems).
This default (not to patch pre-main) makes it easier to selectively run
applications with XRay instrumentation enabled, than with the current
state.
Reviewers: echristo, timshen
Subscribers: mehdi_amini, llvm-commits
Differential Revision: https://reviews.llvm.org/D30396
llvm-svn: 296445
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions