[llvm-commits] CVS: llvm/docs/UsingLibraries.html
Misha Brukman
brukman at cs.uiuc.edu
Sun Nov 7 16:22:33 PST 2004
Changes in directory llvm/docs:
UsingLibraries.html updated: 1.11 -> 1.12
---
Log message:
Fix grammar: use commas in a list of entities
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/UsingLibraries.html
diff -u llvm/docs/UsingLibraries.html:1.11 llvm/docs/UsingLibraries.html:1.12
--- llvm/docs/UsingLibraries.html:1.11 Mon Nov 1 03:22:49 2004
+++ llvm/docs/UsingLibraries.html Sun Nov 7 18:22:22 2004
@@ -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>
@@ -182,7 +182,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a>
</address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-<br>Last modified: $Date: 2004/11/01 09:22:49 $ </div>
+<br>Last modified: $Date: 2004/11/08 00:22:22 $ </div>
</body>
</html>
<!-- vim: sw=2 ts=2 ai
More information about the llvm-commits
mailing list