summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_coverage_interface.inc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-04-19 20:17:41 +0000
committerKostya Serebryany <kcc@google.com>2017-04-19 20:17:41 +0000
commit7971e4d179df6069f7b3ffadd01d9a5cbee8df8a (patch)
tree12a7e26a9ccca4626802d99ca2842914b2668e45 /lib/sanitizer_common/sanitizer_coverage_interface.inc
parent88ccfa16b381f20856cb12a195b184a2e9e54f1b (diff)
[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-coverage=8bit-counters
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@300745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_coverage_interface.inc')
-rw-r--r--lib/sanitizer_common/sanitizer_coverage_interface.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sanitizer_common/sanitizer_coverage_interface.inc b/lib/sanitizer_common/sanitizer_coverage_interface.inc
index ae691bd9d..e92503d12 100644
--- a/lib/sanitizer_common/sanitizer_coverage_interface.inc
+++ b/lib/sanitizer_common/sanitizer_coverage_interface.inc
@@ -19,12 +19,10 @@ INTERFACE_FUNCTION(__sanitizer_cov_with_check)
INTERFACE_FUNCTION(__sanitizer_dump_coverage)
INTERFACE_FUNCTION(__sanitizer_dump_trace_pc_guard_coverage)
INTERFACE_FUNCTION(__sanitizer_get_coverage_guards)
-INTERFACE_FUNCTION(__sanitizer_get_number_of_counters)
INTERFACE_FUNCTION(__sanitizer_get_total_unique_caller_callee_pairs)
INTERFACE_FUNCTION(__sanitizer_get_total_unique_coverage)
INTERFACE_FUNCTION(__sanitizer_maybe_open_cov_file)
INTERFACE_FUNCTION(__sanitizer_reset_coverage)
-INTERFACE_FUNCTION(__sanitizer_update_counter_bitset_and_clear_counters)
INTERFACE_WEAK_FUNCTION(__sancov_default_options)
INTERFACE_WEAK_FUNCTION(__sanitizer_cov_trace_cmp)
INTERFACE_WEAK_FUNCTION(__sanitizer_cov_trace_cmp1)