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 4f5c2afbf [CMake] Use <UNIX|WINDOWS>_COMMAND with separate_arguments new 139407024 [asan] Add support for Myriad RTEMS memory map new 884c5285a [asan] Add target-specific files for Myriad RTEMS port
The 2 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/asan/CMakeLists.txt | 1 + lib/asan/asan_mapping.h | 113 +++++--- lib/asan/asan_mapping_myriad.h | 86 ++++++ lib/asan/asan_poisoning.cc | 12 +- lib/asan/asan_rtems.cc | 263 +++++++++++++++++++ lib/asan/asan_rtl.cc | 28 +- lib/sanitizer_common/CMakeLists.txt | 2 + lib/sanitizer_common/sanitizer_rtems.cc | 288 +++++++++++++++++++++ ...{sanitizer_mac_libcdep.cc => sanitizer_rtems.h} | 22 +- 9 files changed, 751 insertions(+), 64 deletions(-) create mode 100644 lib/asan/asan_mapping_myriad.h create mode 100644 lib/asan/asan_rtems.cc create mode 100644 lib/sanitizer_common/sanitizer_rtems.cc copy lib/sanitizer_common/{sanitizer_mac_libcdep.cc => sanitizer_rtems.h} (53%)