[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Thu Feb 3 10:28:19 PST 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.102 -> 1.103
---
Log message:

* Clearly mark LLVM_LIB_SEARCH_PATH as being optional
* llvmgcc and llvmg++ aliases are no longer needed (binaries have llvm- prefix)


---
Diffs of the changes:  (+8 -14)

 GettingStarted.html |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.102 llvm/docs/GettingStarted.html:1.103
--- llvm/docs/GettingStarted.html:1.102	Wed Feb  2 12:01:57 2005
+++ llvm/docs/GettingStarted.html	Thu Feb  3 12:28:08 2005
@@ -552,22 +552,16 @@
 <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>
@@ -1509,7 +1503,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/02/02 18:01:57 $
+  Last modified: $Date: 2005/02/03 18:28:08 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list