diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-03-04 18:25:59 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-03-04 18:25:59 +0000 |
commit | f76fe517dd5a7ccd61e06b7ae4cb8e38ed8f23ed (patch) | |
tree | 3ef2e8b1ec7ef0b60259750885767ea94d1a9c3c | |
parent | 4cc8d5d8d46afef57228fc4eecebf82f65bf681b (diff) |
vendor/libc++/libc++-release_800-r356365vendor/libc++/libc++-release_80-r356034vendor/libc++/libc++-release_80-r355677vendor/libc++/libc++-release_80-r355313
Notes
-rw-r--r-- | docs/ReleaseNotes.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index c6db1e768343..ca5a534ae846 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -16,7 +16,7 @@ part of the LLVM Compiler Infrastructure, release 8.0.0. Here we describe the status of libc++ in some detail, including major improvements from the previous release and new feature work. For the general LLVM release notes, see `the LLVM documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may -be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_. +be downloaded from the `LLVM releases web site <https://releases.llvm.org/>`_. For more information about libc++, please see the `Libc++ Web Site <https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_. @@ -24,9 +24,6 @@ For more information about libc++, please see the `Libc++ Web Site What's New in Libc++ 8.0.0? =========================== -New Features ------------- - API Changes ----------- - Building libc++ for Mac OSX 10.6 is not supported anymore. |