From: Sylvestre Ledru Date: Mon, 26 Sep 2016 13:22:34 +0000 (+0000) Subject: In the get started page, also explain how to start the testsuite X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdc0febba75c978ff2dd2f373a3ea89ba3698e9f;p=clang 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 --- diff --git a/www/get_started.html b/www/get_started.html index 0039b56030..05925969f8 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -118,6 +118,11 @@ follows:

  • clang file.c -S -O3 -o - (output native machine code)
  • +
  • Run the testsuite: + +
  • If you encounter problems while building Clang, make sure that your LLVM