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

Nico Weber thakis at chromium.org
Sat Aug 2 16:55:40 PDT 2014


Awesome :-)

================
Comment at: www/index.html:156
@@ -143,6 +155,3 @@
   <p>
-     On Mac OS 10.7 (Lion) and later, the easiest way to get this library is to install
-     Xcode 4.2 or later.  However if you want to install tip-of-trunk from here
-     (getting the bleeding edge), read on.  However, be warned that Mac OS
-     10.7 will not boot without a valid copy of <code>libc++.1.dylib</code> in
-     <code>/usr/lib</code>.
+    Note that for an in-tree build, you should checkout out libcxx to
+    llvm/projects.
----------------
s/checkout/check/
(there's already an "out" right after it)

================
Comment at: www/index.html:206
@@ +205,3 @@
+  </ul>
+  <p>The above is currently quite inconvenient. Sorry! We're working on it!</p>
+
----------------
How much work is it to not require people to change lit.site.cfg? The `ln -s` is a bit gnarly, it'd be nice if it wouldn't have to be in the docs.

http://reviews.llvm.org/D4766






More information about the cfe-commits mailing list