[all-commits] [llvm/llvm-project] 3bf399: [TSan] Add CMake check for minimal SDK requirement...
Julian Lettner via All-commits
all-commits at lists.llvm.org
Wed Feb 26 11:33:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3bf3996cd4ef2d4898b32d4cef52d6549bbe6820
https://github.com/llvm/llvm-project/commit/3bf3996cd4ef2d4898b32d4cef52d6549bbe6820
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M compiler-rt/lib/tsan/CMakeLists.txt
Log Message:
-----------
[TSan] Add CMake check for minimal SDK requirements on Darwin
Fails with the following message in the error case:
```
CMake Error at /path/to/llvm-project/compiler-rt/lib/tsan/CMakeLists.txt:119 (message):
Building the TSan runtime requires at least macOS SDK 10.12
```
Fixes #44682.
https://bugs.llvm.org/show_bug.cgi?id=44682
Reviewed By: dmajor, delcypher
Differential Revision: https://reviews.llvm.org/D74501
More information about the All-commits
mailing list