summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-08 00:26:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-08 00:26:32 +0000
commit52afa7e6d1d1745036b65d26182b61d617797d87 (patch)
tree8d952b6ed4c36707e800028cff4074f13cfb2981 /docs
parent347e2880e5a774eac053ea214378511292784221 (diff)
downloadllvm-52afa7e6d1d1745036b65d26182b61d617797d87.tar.gz
llvm-52afa7e6d1d1745036b65d26182b61d617797d87.tar.bz2
llvm-52afa7e6d1d1745036b65d26182b61d617797d87.tar.xz
Correct and Explain the first rule of thumb better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsingLibraries.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index 14312fc8f3..321a3c61d9 100644
--- a/docs/UsingLibraries.html
+++ b/docs/UsingLibraries.html
@@ -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