diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-05-12 22:55:30 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-05-12 22:55:30 +0000 |
| commit | 9243c762bb8457dc8bedefc0d832e1dbbd68411a (patch) | |
| tree | e73f3ec97581237fcb47acc9775427690db6ce3e /libcxx | |
| parent | 8e2f0a868ed7e788ec1b77ade323deeca0d48219 (diff) | |
| download | bcm5719-llvm-9243c762bb8457dc8bedefc0d832e1dbbd68411a.tar.gz bcm5719-llvm-9243c762bb8457dc8bedefc0d832e1dbbd68411a.zip | |
Document a known build issue on OS X 10.8 and later.
llvm-svn: 237205
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/www/index.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index c541c7c0559..7308e8ab423 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -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 |

