diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 00:26:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 00:26:32 +0000 |
commit | 52afa7e6d1d1745036b65d26182b61d617797d87 (patch) | |
tree | 8d952b6ed4c36707e800028cff4074f13cfb2981 /docs/UsingLibraries.html | |
parent | 347e2880e5a774eac053ea214378511292784221 (diff) | |
download | external_llvm-52afa7e6d1d1745036b65d26182b61d617797d87.zip external_llvm-52afa7e6d1d1745036b65d26182b61d617797d87.tar.gz external_llvm-52afa7e6d1d1745036b65d26182b61d617797d87.tar.bz2 |
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/UsingLibraries.html')
-rw-r--r-- | docs/UsingLibraries.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 14312fc..321a3c6 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 |