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 3e5a60358 [XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...). new eebc67fc2 [XRay][compiler-rt] Support string-based config for FDR mode
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 | 1 + lib/xray/xray_fdr_flags.cc | 48 ++++++++++++++ lib/xray/{xray_flags.h => xray_fdr_flags.h} | 26 ++++---- lib/xray/xray_fdr_flags.inc | 27 ++++++++ lib/xray/xray_fdr_logging.cc | 97 ++++++++++++++++++----------- lib/xray/xray_flags.cc | 13 ++-- lib/xray/xray_flags.h | 2 + lib/xray/xray_flags.inc | 12 ++-- test/xray/TestCases/Posix/fdr-mode.cc | 29 ++++++--- 9 files changed, 183 insertions(+), 72 deletions(-) create mode 100644 lib/xray/xray_fdr_flags.cc copy lib/xray/{xray_flags.h => xray_fdr_flags.h} (52%) create mode 100644 lib/xray/xray_fdr_flags.inc