Add a note about the name change of libraries.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 22 Nov 2004 18:40:51 +0000 (18:40 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 22 Nov 2004 18:40:51 +0000 (18:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18112 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index f62783dad83225842a08038d3cd83d3a7793082e..e1ce82a9d9d842ef271627d0214d7b422eb522d3 100644 (file)
@@ -150,6 +150,11 @@ issues were fixed:</a>
     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>