diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-20 19:11:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-20 19:11:47 +0000 |
commit | fc592231941dadb60cc419613adbd41a0b48b321 (patch) | |
tree | 91783069eb2789732bffeaf610d09fed0eb1cbe8 /docs/ReleaseNotes.html | |
parent | 3e25f2e1bea42ee2c804f3b7b96d37806460825d (diff) | |
download | external_llvm-fc592231941dadb60cc419613adbd41a0b48b321.zip external_llvm-fc592231941dadb60cc419613adbd41a0b48b321.tar.gz external_llvm-fc592231941dadb60cc419613adbd41a0b48b321.tar.bz2 |
Bug fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 414a7e7..07db80f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -167,7 +167,7 @@ many platforms, such as X86. <li><a href="http://llvm.cs.uiuc.edu/PR97">bugpoint must not pass -R<directory> to Mach-O linker</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR113">crash assigning into an array in a struct which contains a bitfield</a>.</li> <li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a></li> - +<li><a href="http://llvm.cs.uiuc.edu/PR141">[llvm-gcc] Bitfields & large array don't mix well</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -468,6 +468,6 @@ via the mailing lists.<p> Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br> <!-- Created: Wed Oct 1 17:38:54 CDT 2003 --> <!-- hhmts start --> -Last modified: Wed Nov 19 19:06:03 CST 2003 +Last modified: Thu Nov 20 13:08:18 CST 2003 <!-- hhmts end --> </body></html> |