diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2017-09-21 22:16:50 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2017-09-21 22:16:50 +0000 |
commit | 475a38fc5c38bdb39b3f6bca7074381d2d1cb7f2 (patch) | |
tree | 2e8fefb021d449dc2b595161a6ec68526c04b6ea /lldb/packages/Python/lldbsuite/test/lldbplatformutil.py | |
parent | 0aa02c08a750f598468b2bb7afbb2f70b8cb5da7 (diff) | |
download | bcm5719-llvm-475a38fc5c38bdb39b3f6bca7074381d2d1cb7f2.tar.gz bcm5719-llvm-475a38fc5c38bdb39b3f6bca7074381d2d1cb7f2.zip |
[tsan] Annotate function parameters with attribute 'noescape'.
This commit annotates the block parameters of the following functions
declared in compiler-rt with 'noescape':
- dispatch_sync
- dispatch_barrier_sync
- dispatch_once
- dispatch_apply
This is needed to commit the patch that adds support for 'noescape' in
clang (see https://reviews.llvm.org/D32210) since these functions are
annotated with 'noescape' in the SDK header files.
Differential Revision: https://reviews.llvm.org/D32210
llvm-svn: 313929
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbplatformutil.py')
0 files changed, 0 insertions, 0 deletions