From: Lauro Ramos Venancio
Date: Sat, 12 May 2007 02:36:41 +0000 (+0000)
Subject: Add a known QEMU problem.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be1b1b1a74b3c70e76c70671b7c0affa150884fa;p=oota-llvm.git
Add a known QEMU problem.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37000 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c2796b1c023..7f9f22f313c 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -66,7 +66,7 @@ ways from our previous releases:
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 llvm-upgrade
+recommend the use of the stand alone llvm-upgrade
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.
There are several significant change to the LLVM IR and internal APIs, such
@@ -349,6 +349,9 @@ processors, any thumb program compiled with LLVM crashes or produces wrong
results. (PR1388)
Compilation for ARM Linux OABI (old ABI) is supported, but not fully tested.
+QEMU-ARM (<= 0.9.0) wrongly executes programs compiled with LLVM. A non-affected QEMU version must be used or this
+
+patch must be applied on QEMU.