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 47bb7f4 [sanitizer] Bail out with warning if user dlopens shared libr [...] new ae68970 [compiler-rt][builtins] Add __isOSVersionAtLeast()
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/builtins/CMakeLists.txt | 1 + lib/builtins/os_version_check.c | 115 +++++++++++++++++++++ test/CMakeLists.txt | 6 +- test/builtins/CMakeLists.txt | 15 +++ .../TestCases/Darwin/lit.local.cfg | 0 .../TestCases/Darwin/os_version_check_test.c | 19 ++++ test/builtins/lit.cfg | 20 ++++ test/{safestack => builtins}/lit.site.cfg.in | 2 +- test/lit.common.cfg | 1 + 9 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 lib/builtins/os_version_check.c create mode 100644 test/builtins/CMakeLists.txt copy test/{asan => builtins}/TestCases/Darwin/lit.local.cfg (100%) create mode 100644 test/builtins/TestCases/Darwin/os_version_check_test.c create mode 100644 test/builtins/lit.cfg copy test/{safestack => builtins}/lit.site.cfg.in (76%)