From: Chris Lattner Date: Mon, 12 Jul 2004 17:09:23 +0000 (+0000) Subject: new feature X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c8cd7e9e990ff5c65fd78945cca0b97153cf7a48;p=oota-llvm.git new feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14770 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d7aaf5de92a..8c4a3b69f2e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -138,6 +138,8 @@ slightly. Simply run llvmgrep like you might egrep but leave off the file names.
  • We now generate HTML documentation and man pages for the tools from a single source (perl-style POD files).
  • +
  • The LLVM code generator can now dynamically load targets from shared +objects.