diff options
author | Roland McGrath <mcgrathr@google.com> | 2020-09-22 18:02:56 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2020-09-23 11:10:58 -0700 |
commit | 0caad9fe441d5ee562e96d8b30b5574b492a933a (patch) | |
tree | 4ceab14e1da413bba311abcb0ec2591d11b28255 /lldb/source/Commands/CommandObjectScript.cpp | |
parent | 5281ba1994bdd21309d694c44e43ed825294221c (diff) | |
download | llvm-0caad9fe441d5ee562e96d8b30b5574b492a933a.zip llvm-0caad9fe441d5ee562e96d8b30b5574b492a933a.tar.gz llvm-0caad9fe441d5ee562e96d8b30b5574b492a933a.tar.bz2 |
[lsan] On Fuchsia, don't use atexit hook for leak checks
Fuchsia's system libraries are instrumented and use the lsan
allocator for internal purposes. So leak checking needs to run
after all atexit hooks and after the system libraries' internal
exit-time hooks. The <zircon/sanitizer.h> hook API calls the
__sanitizer_process_exit_hook function at exactly the right time.
Reviewed By: vitalybuka, phosek
Differential Revision: https://reviews.llvm.org/D86171
Diffstat (limited to 'lldb/source/Commands/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions