[all-commits] [llvm/llvm-project] 8103b0: [sanitizer coverage] add a basic default implement...
Kostya Serebryany via All-commits
all-commits at lists.llvm.org
Tue Aug 24 14:56:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8103b0700dcb4a144ad3b8e66bf0f77eea353cb8
https://github.com/llvm/llvm-project/commit/8103b0700dcb4a144ad3b8e66bf0f77eea353cb8
Author: Kostya Serebryany <kcc at google.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
M compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter_default_impl.cpp
Log Message:
-----------
[sanitizer coverage] add a basic default implementation of callbacks for -fsanitize-coverage=inline-8bit-counters,pc-table
[sanitizer coverage] add a basic default implementation of callbacks for -fsanitize-coverage=inline-8bit-counters,pc-table
Reviewed By: kostik
Differential Revision: https://reviews.llvm.org/D108405
More information about the All-commits
mailing list