From 838bce56d2643cb9a45a66c5f32264667f70a38c Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 9 May 2005 16:39:27 +0000 Subject: [PATCH] Little corrections. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21816 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 88d34db5ec4..0a198411241 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -118,7 +118,7 @@ and performance.
  • cd cfrontend/platform
    ./fixheaders
  • -
  • Add the cfrontend's "bin" directory to your PATH variable
  • +
  • Add the cfrontend's "bin" directory to your PATH variable.
  • Get the LLVM Source Code @@ -156,7 +156,7 @@ and performance. /usr/local).

  • --with-llvmgccdir=directory

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

  • --enable-spec2000=directory

    Enable the SPEC2000 benchmarks for testing. The SPEC2000 @@ -1194,8 +1194,8 @@ end to compile.

    module contains a comprehensive correctness, performance, and benchmarking test suite for LLVM. It is a separate CVS module because not every LLVM user is - interested in downloading or building such a comprehensive test. For further - details on this test suite, please see the + interested in downloading or building such a comprehensive test suite. For + further details on this test suite, please see the Testing Guide document.

    -- 2.34.1