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 9d51100aa Reland r311842 - [cmake] Remove i686 target that is duplicate [...] new 45ead6c7c Add NetBSD specific version of sanitizer_platform_limits_posix
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 | 2 + lib/sanitizer_common/sanitizer_linux.h | 3 +- .../sanitizer_platform_interceptors.h | 1 + .../sanitizer_platform_limits_netbsd.cc | 359 +++++++++++++ .../sanitizer_platform_limits_netbsd.h | 568 +++++++++++++++++++++ .../sanitizer_platform_limits_posix.h | 4 + lib/sanitizer_common/sanitizer_posix.h | 1 + lib/sanitizer_common/sanitizer_posix_libcdep.cc | 2 + 8 files changed, 939 insertions(+), 1 deletion(-) create mode 100644 lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc create mode 100644 lib/sanitizer_common/sanitizer_platform_limits_netbsd.h