This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 966395d break overly long line in sanitizer_win.cc new 73826d7 [sancov] introducing SANCOV_OPTIONS
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/sanitizer_common/CMakeLists.txt | 1 + lib/sanitizer_common/sancov_flags.cc | 54 ++++++++++++++++++++++ lib/sanitizer_common/sancov_flags.h | 40 ++++++++++++++++ lib/sanitizer_common/sancov_flags.inc | 21 +++++++++ .../sanitizer_coverage_libcdep_new.cc | 17 +++++-- .../TestCases/sanitizer_coverage_symbolize.cc | 34 ++++++++++++++ 6 files changed, 163 insertions(+), 4 deletions(-) create mode 100644 lib/sanitizer_common/sancov_flags.cc create mode 100644 lib/sanitizer_common/sancov_flags.h create mode 100644 lib/sanitizer_common/sancov_flags.inc create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc