From dc22376a141803a96d5f8813c0dd36be96b83a36 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 18 Apr 2009 12:40:19 +0000 Subject: [PATCH] Make it clearer that llvm-gcc is not needed for building llvm. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69441 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 87a143fd0ec..6a54c02ae12 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -159,7 +159,8 @@ and performance.
  • --with-llvmgccdir=directory

    Optionally, specify for directory the full pathname of the C/C++ front end installation to use with this LLVM configuration. If - not specified, the PATH will be searched.

  • + not specified, the PATH will be searched. This is only needed if you + want to run the testsuite or do some special kinds of LLVM builds.

  • --enable-spec2000=directory

    Enable the SPEC2000 benchmarks for testing. The SPEC2000 benchmarks should be available in -- 2.11.0