From c8cd7e9e990ff5c65fd78945cca0b97153cf7a48 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 Jul 2004 17:09:23 +0000 Subject: [PATCH] new feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14770 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) 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.