diff options
author | Kostya Serebryany <kcc@google.com> | 2017-04-19 21:30:46 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-04-19 21:30:46 +0000 |
commit | a2a0d2d3fcc9311838dee1464771875eebbaf27c (patch) | |
tree | 6d69ca1d7a12dcef1a759f2d611675a281276c11 /compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc | |
parent | 6e2b22f92993341f25341bd97076f0b18fe4221d (diff) | |
download | bcm5719-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.inc | 2 |
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) |