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 9fcfdd0 [builtins] Implement __floattitf() & __floatuntitf() new d615dc8 [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 | 60 ++++++++++++++++++++++ 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, 169 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