mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
Correct and Explain the first rule of thumb better.
llvm-svn: 17604
This commit is contained in:
parent
4b6b7bdd14
commit
faf590dd94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user