summaryrefslogtreecommitdiffstats
path: root/clang/www/get_started.html
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-09-26 13:22:34 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-09-26 13:22:34 +0000
commit16f4ebbb9163cfb1725e9fd211ec5d90861940a7 (patch)
treee765a1376b47430d747d6da2a686e089f3564395 /clang/www/get_started.html
parent793c946ecbf1d833842d286534db958c843a3b2e (diff)
downloadbcm5719-llvm-16f4ebbb9163cfb1725e9fd211ec5d90861940a7.tar.gz
bcm5719-llvm-16f4ebbb9163cfb1725e9fd211ec5d90861940a7.zip
In the get started page, also explain how to start the testsuite
llvm-svn: 282402
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r--clang/www/get_started.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 0039b560301..05925969f87 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -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
OpenPOWER on IntegriCloud