| commit | 380ebd0b2ca6cf223ca3f827c2062b1b18f6d0c8 | [log] [tgz] |
|---|---|---|
| author | Chris Bieneman <beanz@apple.com> | Tue Apr 26 17:53:25 2016 +0000 |
| committer | Chris Bieneman <beanz@apple.com> | Tue Apr 26 17:53:25 2016 +0000 |
| tree | c85fdeb26c530bbac6f5d9573ee71b834f9496f5 | |
| parent | bda187decd34572c8bf601f9ca4928cb0e880606 [diff] |
[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App Store. This change modifies find_darwin_sdk_dir to set a variable if a Darwin "Internal" SDK is present which allows CMake to disable components that require internal-only APIs. This mechanism is then used to disable TSan when an internal SDK is not present. llvm-svn: 267575