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 4fc301d84 [libfuzzer][Windows] Silence linker warning in unittest new 1da51b50a [XRay][compiler-rt] FDR Mode Controller
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/xray/CMakeLists.txt | 2 + lib/xray/tests/unit/CMakeLists.txt | 8 +- lib/xray/tests/unit/fdr_controller_test.cc | 242 +++++++++++++++++++++++ lib/xray/tests/unit/fdr_log_writer_test.cc | 70 ++++--- lib/xray/tests/unit/test_helpers.cc | 91 +++++++++ lib/xray/tests/unit/test_helpers.h | 59 ++++++ lib/xray/xray_fdr_controller.h | 304 +++++++++++++++++++++++++++++ lib/xray/xray_fdr_log_writer.h | 11 ++ 8 files changed, 758 insertions(+), 29 deletions(-) create mode 100644 lib/xray/tests/unit/fdr_controller_test.cc create mode 100644 lib/xray/tests/unit/test_helpers.cc create mode 100644 lib/xray/tests/unit/test_helpers.h create mode 100644 lib/xray/xray_fdr_controller.h