diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2015-12-08 14:48:21 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2015-12-08 14:48:21 +0000 |
commit | 1956244e5a0cfc489e3e8c7c9f4e0cf0d2b9534e (patch) | |
tree | 837f2a11ae8c1fa039c5ea04eecf30e542bf2327 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 106d2d469343aaff592f236a9346889ac6a099c5 (diff) | |
download | llvm-1956244e5a0cfc489e3e8c7c9f4e0cf0d2b9534e.zip llvm-1956244e5a0cfc489e3e8c7c9f4e0cf0d2b9534e.tar.gz llvm-1956244e5a0cfc489e3e8c7c9f4e0cf0d2b9534e.tar.bz2 |
[tsan] Fix memcmp interceptor to correctly use COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED
The memcmp interceptor checks COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED only after it calls COMMON_INTERCEPTOR_ENTER, which causes an early process launch crash when running TSan in iOS simulator. Let's fix this by checking COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED as the very first thing in the interceptor.
Differential Revision: http://reviews.llvm.org/D15287
llvm-svn: 255019
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions