aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>