forked from OSchip/llvm-project
In the get started page, also explain how to start the testsuite
llvm-svn: 282402
This commit is contained in:
parent
793c946ecb
commit
16f4ebbb91
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue