From a27028b710127f205987f9212e10cfc2151333fb Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 3 Jul 2003 16:49:40 +0000 Subject: [PATCH] Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot that <> denotes a tag). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7100 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 39bc10dcb25..c56f5c86088 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -262,8 +262,8 @@ during the LLVM suite build; you will just need to know where it will go for configuring the build system and running the test suite later.

- For the pre-built binaries, the LLVMGCCDIR is - cfrontend//llvm-gcc. + For the pre-built C front end binaries, the LLVMGCCDIR is + cfrontend/platform/llvm-gcc.

GCCSRC
-- 2.34.1