summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-11-03 14:22:51 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-11-03 14:22:51 +0000
commit0ca1e2c3f92610bbb552e69daaaa0173dbb7a5e2 (patch)
treebcbb66c4693817c3d2680f1b3756c4a21db5ed56 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parentc9249498ce2b1787c962202b77f98ec86b99b5b5 (diff)
downloadbcm5719-llvm-0ca1e2c3f92610bbb552e69daaaa0173dbb7a5e2.tar.gz
bcm5719-llvm-0ca1e2c3f92610bbb552e69daaaa0173dbb7a5e2.zip
[tsan] Port TSan interceptors on OS X
This patch modifies `tsan_interceptors.cc` to be buildable on OS X. Several of the intercepted methods are not available on OS X, so we need to `#if !SANITIZER_MAC` them. Plus a few other fixes, e.g. `pthread_yield` doesn't exist, let's use `internal_sched_yield` instead. This is part of an effort to port TSan to OS X, and it's one the very first steps. Don't expect TSan on OS X to actually work or pass tests at this point. Differential Revision: http://reviews.llvm.org/D14237 llvm-svn: 251916
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud