Bump sanitizer macOS deployment target to 10.10
authorJulian Lettner <julian.lettner@apple.com>
Thu, 7 Nov 2019 00:32:05 +0000 (16:32 -0800)
committerJulian Lettner <julian.lettner@apple.com>
Mon, 18 Nov 2019 17:41:18 +0000 (09:41 -0800)
commitb87fc09dceeff9cb838884961d817c0ab0257176
treec4de8d47818c7eef78112c343c41fc35ab42afc6
parent0aed648649775bfe29b01f7ad9b072f92df7c448
Bump sanitizer macOS deployment target to 10.10

Bump default value for `SANITIZER_MIN_OSX_VERSION` to 10.10 (from 10.9).
TSan does not work on macOS 10.9 and a nice error message is preferable
to an "unreferenced symbol" error when loading the TSan runtime.

We could try to only bump the deployment target for TSan, but we would
have to invest into adding support for this to our CMake build and it
does not seem worth it.  macOS 10.10 was released in 2014.

rdar://31335781
compiler-rt/cmake/config-ix.cmake