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 55414c1d1 [sanitizer_common] Fuchsia OS support code new 73ea55e16 [sanitizer_common] Fuchsia-specific symbolizer
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 + .../sanitizer_stacktrace_printer.cc | 6 ++ .../sanitizer_symbolizer_fuchsia.cc | 109 +++++++++++++++++++++ .../sanitizer_symbolizer_libcdep.cc | 23 +++-- 4 files changed, 130 insertions(+), 9 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_symbolizer_fuchsia.cc