forked from OSchip/llvm-project
Fix grammar: use commas in a list of entities
llvm-svn: 17602
This commit is contained in:
parent
624685d9a1
commit
26ecf23a74
|
@ -155,8 +155,8 @@
|
|||
should link into your programs.</p>
|
||||
</div>
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection"><a name="always">Always Link LLVMCore LLVMSupport
|
||||
LLVMSystem</a></div>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue