aboutsummaryrefslogtreecommitdiff
path: root/docs/UsingLibraries.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/UsingLibraries.html')
-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