diff options
Diffstat (limited to 'libcxx/docs')
-rw-r--r-- | libcxx/docs/index.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index 80c2a8ddd8e..0fd35407f34 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -121,8 +121,6 @@ This list contains known issues with libc++ * Building libc++ with ``-fno-rtti`` is not supported. However linking against it with ``-fno-rtti`` is supported. -* On OS X v10.8 and older the CMake option ``-DLIBCXX_LIBCPPABI_VERSION=""`` - must be used during configuration. A full list of currently open libc++ bugs can be `found here`__. |