[CMake] Respect the value of -mmacosx-version-min flag.
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 22 Jun 2015 23:30:28 +0000 (23:30 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 22 Jun 2015 23:30:28 +0000 (23:30 +0000)
commitc05dd074e7e61b3dba8086caf36ee9151a8c0a5d
tree6fd05acf0aaa9964bc604b0753fff60be39da6e5
parent9d5891fd3422ff63fa2e851ae99cfb19c31206ce
[CMake] Respect the value of -mmacosx-version-min flag.

Make sure that sanitizer runtimes target OS X version provided in
-mmacosx-version-min= flag. Enforce that it should be at least 10.7.

llvm-svn: 240356
compiler-rt/CMakeLists.txt