summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_mac.h
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2014-11-05 18:53:22 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2014-11-05 18:53:22 +0000
commit41a7c14f7f11fa02aa229e867abb6944c8779705 (patch)
treeb46ff8c2c2b7b5e0f3ab4ee6a47511db82ce7a79 /lib/sanitizer_common/sanitizer_mac.h
parenta1563df4f75e0e46133d607c2665314bbea30aa9 (diff)
Extend Mac OS versions to Yosemite
This also fixes the test/asan/TestCases/Darwin/malloc_zone-protected.cc test failure on OS X 10.10. Reviewed at http://reviews.llvm.org/D6119 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@221379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_mac.h')
-rw-r--r--lib/sanitizer_common/sanitizer_mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_mac.h b/lib/sanitizer_common/sanitizer_mac.h
index fae784adb..3ed0ed3b0 100644
--- a/lib/sanitizer_common/sanitizer_mac.h
+++ b/lib/sanitizer_common/sanitizer_mac.h
@@ -25,7 +25,8 @@ enum MacosVersion {
MACOS_VERSION_SNOW_LEOPARD,
MACOS_VERSION_LION,
MACOS_VERSION_MOUNTAIN_LION,
- MACOS_VERSION_MAVERICKS
+ MACOS_VERSION_MAVERICKS,
+ MACOS_VERSION_YOSEMITE,
};
MacosVersion GetMacosVersion();