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> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits