diff options
| author | Kuba Mracek <mracek@apple.com> | 2017-04-21 17:25:47 +0000 | 
|---|---|---|
| committer | Kuba Mracek <mracek@apple.com> | 2017-04-21 17:25:47 +0000 | 
| commit | d1be869744bee92130c95c893b63abb47933f05d (patch) | |
| tree | 6cbdb6252ea4a44bb3c5950decadc0072effa427 /llvm/lib/TableGen/TGLexer.h | |
| parent | 1061ccca8c9214e9ea1de9dd85a7897d700c1478 (diff) | |
| download | bcm5719-llvm-d1be869744bee92130c95c893b63abb47933f05d.tar.gz bcm5719-llvm-d1be869744bee92130c95c893b63abb47933f05d.zip | |
[tsan] Publish the TSan external API in tsan_interface.h
Let's make the TSan external API available and commented in the public header:
    void *__tsan_external_register_tag(const char *object_type);
    void __tsan_external_assign_tag(void *addr, void *tag);
    void __tsan_external_read(void *addr, void *caller_pc, void *tag);
    void __tsan_external_write(void *addr, void *caller_pc, void *tag);
Differential Revision: https://reviews.llvm.org/D32358
llvm-svn: 301003
Diffstat (limited to 'llvm/lib/TableGen/TGLexer.h')
0 files changed, 0 insertions, 0 deletions

