diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2015-11-12 11:29:21 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2015-11-12 11:29:21 +0000 |
commit | ba85da8482315fa1f5c364120004cd20dfa5c365 (patch) | |
tree | 7a2c4b45bd781805a10c155281881612f1156278 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 317e98b1a23512ffe813189d614e3c660502f755 (diff) | |
download | bcm5719-llvm-ba85da8482315fa1f5c364120004cd20dfa5c365.tar.gz bcm5719-llvm-ba85da8482315fa1f5c364120004cd20dfa5c365.zip |
[asan] Remove system_malloc_zone
This seems to be dead code – `system_malloc_zone` is initialized as null and we never assign to it. This code is apparently currently never executed (in ASan), but is causes trouble for the TSan OS X port. Let's replace the checks with `COMMON_MALLOC_ENTER` (`ENSURE_ASAN_INITED()`).
Differential Revision: http://reviews.llvm.org/D14334
llvm-svn: 252876
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions