From 16f4ebbb9163cfb1725e9fd211ec5d90861940a7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 26 Sep 2016 13:22:34 +0000 Subject: [PATCH] In the get started page, also explain how to start the testsuite llvm-svn: 282402 --- clang/www/get_started.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 0039b5603013..05925969f873 100644 --- a/clang/www/get_started.html +++ b/clang/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