r247696 - Mention that libcxx is required to build Compiler-RT tests on OS X.

Yury Gribov via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 15 08:05:47 PDT 2015


Author: ygribov
Date: Tue Sep 15 10:05:47 2015
New Revision: 247696

URL: http://llvm.org/viewvc/llvm-project?rev=247696&view=rev
Log:
Mention that libcxx is required to build Compiler-RT tests on OS X.

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=247696&r1=247695&r2=247696&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Tue Sep 15 10:05:47 2015
@@ -76,6 +76,14 @@ follows:</p>
     <li><tt>cd ../..</tt></li>
   </ul>
   </li>
+  <li>Checkout libcxx: (only required to build and run Compiler-RT tests on OS X, optional otherwise)
+  <ul>
+    <li><tt>cd llvm/projects</tt></li>
+    <li><tt>svn co http://llvm.org/svn/llvm-project/libcxx/trunk
+        libcxx</tt></li>
+    <li><tt>cd ../..</tt></li>
+  </ul>
+  </li>
   <li>Build LLVM and Clang:
   <ul>
     <li><tt>mkdir build</tt> (in-tree build is not supported)</li>




More information about the cfe-commits mailing list