summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-02-03 18:28:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-02-03 18:28:08 +0000
commitcd673250ba56faa69d5a10bc3739ee4534b8a957 (patch)
tree95c37290b0846605b1130ef88e0cd845ca7e2f72
parent45a6a1839321286c3897f74a0eceb68a858f3c12 (diff)
downloadbcm5719-llvm-cd673250ba56faa69d5a10bc3739ee4534b8a957.tar.gz
bcm5719-llvm-cd673250ba56faa69d5a10bc3739ee4534b8a957.zip
* Clearly mark LLVM_LIB_SEARCH_PATH as being optional
* llvmgcc and llvmg++ aliases are no longer needed (binaries have llvm- prefix) llvm-svn: 20016
-rw-r--r--llvm/docs/GettingStarted.html20
1 files changed, 7 insertions, 13 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 8bf80d340ff..e5c981206ee 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -552,22 +552,16 @@ All these paths are absolute:</p>
<div class="doc_text">
<p>
-In order to compile and use LLVM, you will need to set some environment
-variables. There are also some shell aliases which you may find useful.
-You can set these on the command line, or better yet, set them in your
-<tt>.cshrc</tt> or <tt>.profile</tt>.
+In order to compile and use LLVM, you may need to set some environment
+variables.
<dl>
<dt><tt>LLVM_LIB_SEARCH_PATH</tt>=<tt>/path/to/your/bytecode/libs</tt></dt>
- <dd>This environment variable helps LLVM linking tools find the locations
- of your bytecode libraries. It is optional and provided only a convenience
- since you can specify the paths using the -L options of the tools.</dd>
-
- <dt><tt>alias llvmgcc='llvm-gcc'</tt></dt>
- <dt><tt>alias llvmg++='llvm-g++'</tt></dt>
- <dd></dt>These aliases allow you to use the LLVM C and C++ front ends
- under alternative names. It is assumed that llvm-gcc and llvm-g++ are
- in your path. The LLVM makefiles will use llvm-gcc and llvm-g++ directly.</dd>
+ <dd>[Optional] This environment variable helps LLVM linking tools find the
+ locations of your bytecode libraries. It is provided only a
+ convenience since you can specify the paths using the -L options of the
+ tools and the C/C++ front-end will use the bytecode files installed in its
+ <tt>lib</tt> directory.</dd>
</dl>
</div>
OpenPOWER on IntegriCloud