[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Lauro Ramos Venancio lauro.venancio at gmail.com
Fri May 11 19:36:58 PDT 2007



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.373 -> 1.374
---
Log message:

Add a known QEMU problem.


---
Diffs of the changes:  (+5 -2)

 ReleaseNotes.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.373 llvm/docs/ReleaseNotes.html:1.374
--- llvm/docs/ReleaseNotes.html:1.373	Thu May 10 03:26:24 2007
+++ llvm/docs/ReleaseNotes.html	Fri May 11 21:36:41 2007
@@ -66,7 +66,7 @@
 <li>We took this as an opportunity to
 break backwards compatibility with the LLVM 1.x bytecode and .ll file format.
 If you have LLVM 1.9 .ll files that you would like to upgrade to LLVM 2.x, we 
-recommend the use of the stand alone <a href=#llvm-upgrade>llvm-upgrade</a>
+recommend the use of the stand alone <a href="#llvm-upgrade">llvm-upgrade</a>
 tool.  We intend to keep compatibility with .ll and .bc formats within the 2.x
 release series, like we did within the 1.x series.</li>
 <li>There are several significant change to the LLVM IR and internal APIs, such
@@ -349,6 +349,9 @@
 results. (<a href="http://llvm.org/PR1388">PR1388</a>)</li>
 <li>Compilation for ARM Linux OABI (old ABI) is supported, but not fully tested.
 </li>
+<li>QEMU-ARM (<= 0.9.0) wrongly executes programs compiled with LLVM. A non-affected QEMU version must be used or this
+<a href="http://cvs.savannah.nongnu.org/viewcvs/qemu/target-arm/translate.c?root=qemu&r1=1.46&r2=1.47&makepatch=1&diff_format=h">
+patch</a> must be applied on QEMU.</li>
 </ul>
 
 </div>
@@ -599,7 +602,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/05/10 08:26:24 $
+  Last modified: $Date: 2007/05/12 02:36:41 $
 </address>
 
 </body>






More information about the llvm-commits mailing list