diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-09-26 13:22:34 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-09-26 13:22:34 +0000 |
commit | 16f4ebbb9163cfb1725e9fd211ec5d90861940a7 (patch) | |
tree | e765a1376b47430d747d6da2a686e089f3564395 /clang/www/get_started.html | |
parent | 793c946ecbf1d833842d286534db958c843a3b2e (diff) | |
download | bcm5719-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.html | 5 |
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 |