Skip to content
Snippets Groups Projects
Commit fdc0febb authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282402 91177308-0d34-0410-b5e6-96231b3b80d8
parent 81b2d4e2
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,11 @@ follows:</p> ...@@ -118,6 +118,11 @@ follows:</p>
<li><tt>clang file.c -S -O3 -o -</tt> (output native machine code)</li> <li><tt>clang file.c -S -O3 -o -</tt> (output native machine code)</li>
</ul> </ul>
</li> </li>
<li>Run the testsuite:
<ul>
<li><tt>make check-clang</tt></li>
</ul>
</li>
</ol> </ol>
<p>If you encounter problems while building Clang, make sure that your LLVM <p>If you encounter problems while building Clang, make sure that your LLVM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment