[PATCH] [libcxx] Update libc++ docs to include instructions for LIT.

Marshall Clow mclow.lists at gmail.com
Mon Aug 4 11:02:10 PDT 2014


Mostly good; a few comments.
I'd like to see more about using lit :-)

================
Comment at: www/index.html:109
@@ +108,3 @@
+    clang (lack of C++11 language support disables some functionality). Note
+    that functinality provided by <atomic> is only functional with
+    clang.
----------------
Typo: 'functinality'.

================
Comment at: www/index.html:213
@@ +212,3 @@
+  </p>
+
+  <!--=====================================================================-->
----------------
I would add something here about using DYLD_LIBRARY_PATH to interpose the newly built dylib (say, for testing purposes).

Should probably remind people that (on a Mac) blindly copying these dylibs to /usr/lib will, if any error occurs, result in a system that will not boot.

http://reviews.llvm.org/D4766






More information about the cfe-commits mailing list