diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2014-06-06 12:16:26 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2014-06-06 12:16:26 +0000 |
| commit | 909b7490a338fac18c59317c48d970c50bcb6552 (patch) | |
| tree | 12aa8ad5559d90e748683ae0d64a178531e95be9 /compiler-rt | |
| parent | 15e62a37f0d48196c105711170755dd22d5328ce (diff) | |
| download | bcm5719-llvm-909b7490a338fac18c59317c48d970c50bcb6552.tar.gz bcm5719-llvm-909b7490a338fac18c59317c48d970c50bcb6552.zip | |
sanitizer: document missing macro
llvm-svn: 210329
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc b/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc index 4296ec05845..ea2ff01a0d1 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc @@ -13,6 +13,7 @@ // This file should be included into the tool's interceptor file, // which has to define it's own macros: // COMMON_INTERCEPTOR_ENTER +// COMMON_INTERCEPTOR_ENTER_NOIGNORE // COMMON_INTERCEPTOR_READ_RANGE // COMMON_INTERCEPTOR_WRITE_RANGE // COMMON_INTERCEPTOR_INITIALIZE_RANGE |

