diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-05-09 23:32:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-05-09 23:32:39 +0000 |
commit | 44ff57a56b092289a304a89da9043d924c068b27 (patch) | |
tree | b9450af9897862cf94c680752f4fc185750d4f0a | |
parent | dc8e6b59e783b5816ac7f995f9a36ad9c8d4ba87 (diff) |
Bug 178 Fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13442 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 26d21baa25..b05f75e6f0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -118,6 +118,8 @@ In this release, the following missing features were implemented: more than 256 elements</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR38">[bugpoint] External functions used in non-instruction entities, such as global constant initializer</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR178">Stacker does not handle targets +with 64-bit pointers.</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR290">Bugpoint doesn't support uses of external fns by immediate constant exprs</a></li> </ol> |