[libcxx] r237205 - Document a known build issue on OS X 10.8 and later.

Eric Fiselier eric at efcs.ca
Tue May 12 15:55:30 PDT 2015


Author: ericwf
Date: Tue May 12 17:55:30 2015
New Revision: 237205

URL: http://llvm.org/viewvc/llvm-project?rev=237205&view=rev
Log:
Document a known build issue on OS X 10.8 and later.

Modified:
    libcxx/trunk/www/index.html

Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=237205&r1=237204&r2=237205&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Tue May 12 17:55:30 2015
@@ -244,12 +244,21 @@
   </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





More information about the cfe-commits mailing list