summaryrefslogtreecommitdiffstats
path: root/llvm/docs/UsingLibraries.html
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
commit47e49e126933ab21ca47b94b0599a3fa2e23ae71 (patch)
tree76c9cb5b8fc52ab1f9d958b1e63dc56c7164f24f /llvm/docs/UsingLibraries.html
parent60ee2a2519e03e6c89b41d6595652ab9146095ce (diff)
downloadbcm5719-llvm-47e49e126933ab21ca47b94b0599a3fa2e23ae71.tar.gz
bcm5719-llvm-47e49e126933ab21ca47b94b0599a3fa2e23ae71.zip
Correct and Explain the first rule of thumb better.
llvm-svn: 17604
Diffstat (limited to 'llvm/docs/UsingLibraries.html')
-rw-r--r--llvm/docs/UsingLibraries.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html
index 14312fc8f33..321a3c61d96 100644
--- a/llvm/docs/UsingLibraries.html
+++ b/llvm/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
OpenPOWER on IntegriCloud