summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-10-16 00:31:32 +0000
committerLouis Dionne <ldionne@apple.com>2018-10-16 00:31:32 +0000
commit760a24e0872836d0789093cc667e69b7dda883d1 (patch)
treea0c118d648420dda22bce9174d2cba437b601759 /libcxx/docs
parentea9d16c41cd6edbf4022d169fa9d9f0a54060419 (diff)
[libcxx] Remove custom CMake code targeting Mac OS 10.6
libc++ has dropped support for Mac OS 10.6 for a while, and we don't have any testers set up for that OS. This commit puts in an error message so that people can reach out to the libc++ maintainers in case support for 10.6 is still expected (as opposed to silently failing in weird ways). We can completely drop support for 10.6 and remove the error message some time in the future when we're sure that nobody is relying on it.
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 7e8e307b244..52d7a1ed42f 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -40,4 +40,4 @@ New Features
API Changes
-----------
-
+- Building libc++ for Mac OSX 10.6 is not supported anymore.