[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Reid Spencer
reid at x10sys.com
Mon Nov 22 10:41:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.251 -> 1.252
---
Log message:
Add a note about the name change of libraries.
---
Diffs of the changes: (+6 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.251 llvm/docs/ReleaseNotes.html:1.252
--- llvm/docs/ReleaseNotes.html:1.251 Thu Nov 18 15:25:11 2004
+++ llvm/docs/ReleaseNotes.html Mon Nov 22 12:40:51 2004
@@ -150,6 +150,11 @@
linking to libstdc++</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR352">include/{Support,Config} ->
include/llvm/{Support,Config}</a></li>
+ <li>The names of the libraries generated by compiling LLVM source have been
+ changed to ensure they do not conflict with other packages upon installation.
+ Each LLVM library is now prefixed with LLVM and uses mixed clase. For example,
+ the library <tt>libasmparser.a</tt> in 1.3 has become
+ <tt>libLLVMAsmParser.a</tt> in release 1.4.</li>
</ol>
</div>
@@ -662,7 +667,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/18 21:25:11 $
+ Last modified: $Date: 2004/11/22 18:40:51 $
</address>
</body>
More information about the llvm-commits
mailing list