From: Reid Spencer Date: Mon, 22 Nov 2004 18:40:51 +0000 (+0000) Subject: Add a note about the name change of libraries. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ccbc9cf2788152ad8934fb1bdc62c4d6d9b6eab9;p=oota-llvm.git 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 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f62783dad83..e1ce82a9d9d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -150,6 +150,11 @@ issues were fixed: linking to libstdc++
  • include/{Support,Config} -> include/llvm/{Support,Config}
  • +
  • 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 libasmparser.a in 1.3 has become + libLLVMAsmParser.a in release 1.4.