summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-04-19 21:30:46 +0000
committerKostya Serebryany <kcc@google.com>2017-04-19 21:30:46 +0000
commita2a0d2d3fcc9311838dee1464771875eebbaf27c (patch)
tree6d69ca1d7a12dcef1a759f2d611675a281276c11 /compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
parent6e2b22f92993341f25341bd97076f0b18fe4221d (diff)
downloadbcm5719-llvm-a2a0d2d3fcc9311838dee1464771875eebbaf27c.tar.gz
bcm5719-llvm-a2a0d2d3fcc9311838dee1464771875eebbaf27c.zip
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bb
llvm-svn: 300766
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc')
-rw-r--r--compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc b/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
index e92503d122f..04726f5b247 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
@@ -13,8 +13,6 @@ INTERFACE_FUNCTION(__sanitizer_cov_dump)
INTERFACE_FUNCTION(__sanitizer_cov_indir_call16)
INTERFACE_FUNCTION(__sanitizer_cov_init)
INTERFACE_FUNCTION(__sanitizer_cov_module_init)
-INTERFACE_FUNCTION(__sanitizer_cov_trace_basic_block)
-INTERFACE_FUNCTION(__sanitizer_cov_trace_func_enter)
INTERFACE_FUNCTION(__sanitizer_cov_with_check)
INTERFACE_FUNCTION(__sanitizer_dump_coverage)
INTERFACE_FUNCTION(__sanitizer_dump_trace_pc_guard_coverage)
OpenPOWER on IntegriCloud