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 453f0a028 Sanitiser common, using u64 type for GetTid on posix systems new 19e82ec81 [msan] Restrict -ftls-model=initial-exec to FreeBSD new d40246d4b OpenBSD UBsan support / common
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/msan/CMakeLists.txt | 4 +- lib/sanitizer_common/CMakeLists.txt | 2 + lib/sanitizer_common/sanitizer_openbsd.cc | 101 ++++++ .../sanitizer_platform_limits_openbsd.cc | 279 +++++++++++++++ .../sanitizer_platform_limits_openbsd.h | 380 +++++++++++++++++++++ 5 files changed, 765 insertions(+), 1 deletion(-) create mode 100644 lib/sanitizer_common/sanitizer_openbsd.cc create mode 100644 lib/sanitizer_common/sanitizer_platform_limits_openbsd.cc create mode 100644 lib/sanitizer_common/sanitizer_platform_limits_openbsd.h