Correct and Explain the first rule of thumb better.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 8 Nov 2004 00:26:32 +0000 (00:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 8 Nov 2004 00:26:32 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17604 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsingLibraries.html

index 14312fc8f337b3b845b1ac17b05b7ae7821b75db..321a3c61d9607d0f351a90cedbaa39ec383ede31 100644 (file)
 <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