diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-01 21:52:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-01 21:52:45 +0000 |
commit | aec5f26d9789f365027eaccc7d766a40e02dbe3b (patch) | |
tree | b6ed65f53f5a566b4f0b82efd4e3b93bf52ef59d /docs/ReleaseNotes.html | |
parent | abf1cd3ada70c14098abb705d452f75be7963ce1 (diff) | |
download | external_llvm-aec5f26d9789f365027eaccc7d766a40e02dbe3b.zip external_llvm-aec5f26d9789f365027eaccc7d766a40e02dbe3b.tar.gz external_llvm-aec5f26d9789f365027eaccc7d766a40e02dbe3b.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cc2391e..be15bc1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -245,6 +245,7 @@ of the same name, both having constant pools</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR337">[livevar] Live variables missed physical register use of aliased definition</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR340">Verifier misses malformed switch instruction</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR315">[jit] abort, don't warn, when missing external functions encountered</a></li> </ol> <p>Bugs in the C/C++ front-end:</p> |