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

Reid Spencer reid at x10sys.com
Sun Nov 7 16:26:43 PST 2004



Changes in directory llvm/docs:

UsingLibraries.html updated: 1.13 -> 1.14
---
Log message:

Correct and Explain the first rule of thumb better.


---
Diffs of the changes:  (+5 -3)

Index: llvm/docs/UsingLibraries.html
diff -u llvm/docs/UsingLibraries.html:1.13 llvm/docs/UsingLibraries.html:1.14
--- llvm/docs/UsingLibraries.html:1.13	Sun Nov  7 18:24:43 2004
+++ llvm/docs/UsingLibraries.html	Sun Nov  7 18:26:32 2004
@@ -158,8 +158,10 @@
 <div class="doc_subsection"><a name="always">Always Link LLVMCore, LLVMSupport,
     and LLVMSystem</a></div>
 <div class="doc_text">
-  <p>No matter what you do with LLVM, the last three entries in your linke line
-  should always be: <tt>LLVMCore LLVMSupport.a LLVMSystem.a</tt>.</p>
+  <p>No matter what you do with LLVM, the last three entries in the value of 
+  your LLVMLIBS make variable should always be: 
+  <tt>LLVMCore LLVMSupport.a LLVMSystem.a</tt>. There are no <tt>LLVM</tt> 
+  programs that don't depend on these three.</p>
 </div>
 <!-- ======================================================================= -->
 <div class="doc_subsection"><a name="onlyone">Never link both archive and
@@ -182,7 +184,7 @@
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a>
 </address>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> 
-<br>Last modified: $Date: 2004/11/08 00:24:43 $ </div>
+<br>Last modified: $Date: 2004/11/08 00:26:32 $ </div>
 </body>
 </html>
 <!-- vim: sw=2 ts=2 ai






More information about the llvm-commits mailing list