r282402 - In the get started page, also explain how to start the testsuite

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 26 06:22:35 PDT 2016


Author: sylvestre
Date: Mon Sep 26 08:22:34 2016
New Revision: 282402

URL: http://llvm.org/viewvc/llvm-project?rev=282402&view=rev
Log:
In the get started page, also explain how to start the testsuite

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=282402&r1=282401&r2=282402&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Mon Sep 26 08:22:34 2016
@@ -118,6 +118,11 @@ follows:</p>
     <li><tt>clang file.c -S -O3 -o -</tt> (output native machine code)</li>
   </ul>
   </li>
+  <li>Run the testsuite:
+  <ul>
+    <li><tt>make check-clang</tt></li>
+  </ul>
+  </li>
 </ol>
 
 <p>If you encounter problems while building Clang, make sure that your LLVM




More information about the cfe-commits mailing list