Document a known build issue on OS X 10.8 and later.
authorEric Fiselier <eric@efcs.ca>
Tue, 12 May 2015 22:55:30 +0000 (22:55 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 12 May 2015 22:55:30 +0000 (22:55 +0000)
llvm-svn: 237205

libcxx/www/index.html

index c541c7c..7308e8a 100644 (file)
   </p>
 
   <!--=====================================================================-->
-  <h3>Notes</h3>
+  <h3>Notes and Known Issues</h3>
   <!--=====================================================================-->
 
   <p>
-    Building libc++ with <code>-fno-rtti</code> is not supported.  However
-    linking against it with <code>-fno-rtti</code> is supported.
+    <ul>
+      <li>
+        Building libc++ with <code>-fno-rtti</code> is not supported. However
+        linking against it with <code>-fno-rtti</code> is supported.
+      </li>
+      <li>
+        On OS X v10.8 and older the CMake option
+        <code>-DLIBCXX_LIBCPPABI_VERSION=""</code> must be used during
+        configuration.
+      </li>
+    </ul>
   </p>
 
   <p>Send discussions to the