diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-15 23:09:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-15 23:09:07 +0000 |
commit | 2e6fcafff228c44542dad804d4bd7269c7abd0f4 (patch) | |
tree | f67b04d934ea74561cac4e019387d4c1705810f0 /docs/ReleaseNotes.html | |
parent | 3a0628a29a66c737186828233b037ab872e3aaaa (diff) | |
download | external_llvm-2e6fcafff228c44542dad804d4bd7269c7abd0f4.zip external_llvm-2e6fcafff228c44542dad804d4bd7269c7abd0f4.tar.gz external_llvm-2e6fcafff228c44542dad804d4bd7269c7abd0f4.tar.bz2 |
Document bug 240
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 91eac9d..12651e4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -262,12 +262,12 @@ table in the archive).</li> <li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with more than 256 elements</a>.</li> -<li> -The gccld program -<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=139"> -does not link objects/archives in the order specified on the command line. -</a> -</li> +<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li> + +<li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark +values live across a setjmp as volatile</a>. This missing feature only effects +targets whose setjmp/longjmp libraries do not save and restore the entire +register file.</li> </ul> </div> |