summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-22 18:40:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-22 18:40:51 +0000
commitccbc9cf2788152ad8934fb1bdc62c4d6d9b6eab9 (patch)
treebb500d9a29237fa0b3d937be987ac3c8a56c1941 /docs
parent882b8cd493264fd23136e350e4cc2d26abb32249 (diff)
downloadllvm-ccbc9cf2788152ad8934fb1bdc62c4d6d9b6eab9.tar.gz
llvm-ccbc9cf2788152ad8934fb1bdc62c4d6d9b6eab9.tar.bz2
llvm-ccbc9cf2788152ad8934fb1bdc62c4d6d9b6eab9.tar.xz
Add a note about the name change of libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index f62783dad8..e1ce82a9d9 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>