summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_suppressions.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2012-10-05 15:51:32 +0000
committerDmitry Vyukov <dvyukov@google.com>2012-10-05 15:51:32 +0000
commit158c6ac3bb46753db217f9c2c73485811a3a1890 (patch)
tree35446f9b52b732f98d7e6e0f1288ddf083778ddc /lib/tsan/rtl/tsan_suppressions.h
parent50f2e30497ba2a69ee5721e7235a296d7c13a495 (diff)
downloadcompiler-rt-158c6ac3bb46753db217f9c2c73485811a3a1890.tar.gz
compiler-rt-158c6ac3bb46753db217f9c2c73485811a3a1890.tar.bz2
compiler-rt-158c6ac3bb46753db217f9c2c73485811a3a1890.tar.xz
tsan: cache pc's that cause suppressions (this way we do not need to symbolize the reports)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@165317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan/rtl/tsan_suppressions.h')
-rw-r--r--lib/tsan/rtl/tsan_suppressions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/rtl/tsan_suppressions.h b/lib/tsan/rtl/tsan_suppressions.h
index e576ff41..61a4cca9 100644
--- a/lib/tsan/rtl/tsan_suppressions.h
+++ b/lib/tsan/rtl/tsan_suppressions.h
@@ -19,7 +19,7 @@ namespace __tsan {
void InitializeSuppressions();
void FinalizeSuppressions();
-bool IsSuppressed(ReportType typ, const ReportStack *stack);
+uptr IsSuppressed(ReportType typ, const ReportStack *stack);
// Exposed for testing.
enum SuppressionType {