summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_flags.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2014-07-15 09:38:30 +0000
committerDmitry Vyukov <dvyukov@google.com>2014-07-15 09:38:30 +0000
commit1015f8d753904f3bba4b2f2bdbe37718dcd98cda (patch)
treeb659cb53d332f0809a00ecf59ab96cefa7989084 /compiler-rt/lib/tsan/rtl/tsan_flags.h
parent48b00fe8f97fbba94bf8b799ea2fe501b1fc4bfc (diff)
downloadbcm5719-llvm-1015f8d753904f3bba4b2f2bdbe37718dcd98cda.tar.gz
bcm5719-llvm-1015f8d753904f3bba4b2f2bdbe37718dcd98cda.zip
tsan: remove special handling of false reports coming from JVM
There is now a more common functionality in the form of called_from_lib suppressions. llvm-svn: 213057
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_flags.h')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_flags.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_flags.h b/compiler-rt/lib/tsan/rtl/tsan_flags.h
index c6b4bbf1655..e9a43da8be0 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_flags.h
+++ b/compiler-rt/lib/tsan/rtl/tsan_flags.h
@@ -28,9 +28,6 @@ struct Flags : CommonFlags, DDFlags {
// Suppress a race report if we've already output another race report
// on the same address.
bool suppress_equal_addresses;
- // Suppress weird race reports that can be seen if JVM is embed
- // into the process.
- bool suppress_java;
// Turns off bug reporting entirely (useful for benchmarking).
bool report_bugs;
// Report thread leaks at exit?
OpenPOWER on IntegriCloud