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

llvm-svn: 282402
This commit is contained in:
Sylvestre Ledru 2016-09-26 13:22:34 +00:00
parent 793c946ecb
commit 16f4ebbb91
1 changed files with 5 additions and 0 deletions

View File

@ -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