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 260f2c5 [Builtin] Unxfail tests for armhf new 8b98778 [XRay][compiler-rt] Add an end-to-end test for FDR Logging
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: include/CMakeLists.txt | 3 +- include/xray/xray_log_interface.h | 9 +++++ lib/xray/xray_fdr_logging.cc | 19 +++++------ lib/xray/xray_fdr_logging.h | 8 ----- lib/xray/xray_log_interface.cc | 5 +-- lib/xray/xray_utils.cc | 5 +-- test/xray/TestCases/Linux/fdr-mode.cc | 62 +++++++++++++++++++++++++++++++++++ test/xray/lit.cfg | 5 +++ 8 files changed, 91 insertions(+), 25 deletions(-) create mode 100644 test/xray/TestCases/Linux/fdr-mode.cc