diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 252f3caf4b03..3aab1932ffb1 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -315,14 +315,14 @@ .cshrc or .profile.
-
LLVM_LIB_SEARCH_PATH=LLVMGCCDIR/llvm-gcc/bytecode-libs +
LLVM_LIB_SEARCH_PATH=LLVMGCCDIR/bytecode-libs
This environment variable helps the LLVM GCC front end find bytecode libraries that it will need for compilation.

-

alias llvmgcc LLVMGCCDIR/llvm-gcc/bin/gcc -
alias llvmg++ LLVMGCCDIR/llvm-gcc/bin/g++ +
alias llvmgcc LLVMGCCDIR/bin/gcc +
alias llvmg++ LLVMGCCDIR/bin/g++
This alias allows you to use the LLVM C and C++ front ends without putting them in your PATH or typing in their complete pathnames. @@ -515,7 +515,7 @@ This environment variable is used to locate "system" libraries like "-lc" and "-lm" when linking. This variable should be set to the absolute path for the bytecode-libs subdirectory of the GCC front end - install, or LLVMGCCDIR/llvm-gcc/bytecode-libs. For example, one might + install, or LLVMGCCDIR/bytecode-libs. For example, one might set LLVM_LIB_SEARCH_PATH to /home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs for the X86 version of the GCC front end on our research machines.

@@ -1043,7 +1043,7 @@ - Last modified: Mon Oct 27 12:00:00 CDT 2003 - +Last modified: Thu Nov 6 14:50:33 CST 2003 +