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 3982c2153 [sanitizer_common] Disable filesystem-related code for Fuchsia new 55414c1d1 [sanitizer_common] Fuchsia OS support code
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: CMakeLists.txt | 5 + cmake/config-ix.cmake | 2 +- lib/sanitizer_common/CMakeLists.txt | 2 + lib/sanitizer_common/sanitizer_fuchsia.cc | 504 ++++++++++++++++++++++++++++++ lib/sanitizer_common/sanitizer_fuchsia.h | 31 ++ lib/sanitizer_common/sanitizer_printf.cc | 4 +- 6 files changed, 546 insertions(+), 2 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_fuchsia.cc create mode 100644 lib/sanitizer_common/sanitizer_fuchsia.h