diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-12 17:09:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-12 17:09:23 +0000 |
commit | c8cd7e9e990ff5c65fd78945cca0b97153cf7a48 (patch) | |
tree | 915fb08df41b0ace595087171989f758e1d5cd10 | |
parent | adb1c39db9fcdfd8726f21532a789fed389e463c (diff) |
new feature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14770 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d7aaf5de92..8c4a3b69f2 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.</li> <li>We now generate HTML documentation and man pages for the tools from a single source (perl-style POD files).</li> +<li>The LLVM code generator can now dynamically load targets from shared +objects.</li> </ol> </div> |