aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.7_2.7.bb
diff options
context:
space:
mode:
authorXerxes Rånby <xerxes@zafena.se>2010-07-21 13:15:21 +0200
committerXerxes Rånby <xerxes@zafena.se>2010-07-21 13:28:49 +0200
commitde16a3d10308c81c7e40886bbe0846604eebdf77 (patch)
treedb5af09dd4e45c0eb3cd0f5f8a0a9f1ad3c06d2b /recipes/llvm/llvm2.7_2.7.bb
parent99f1588f4dd095151ab7d073144ca42b6a8ee5fe (diff)
downloadopenembedded-de16a3d10308c81c7e40886bbe0846604eebdf77.tar.gz
llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.
* llvm2.7/r104558-VFPmisc.patch: Add missing implementation to the materialization of VFP misc. instructions (vmrs, vmsr and vmov (immediate)). * llvm2.7/r104652-VFPLoadStoreMultiple.patch: LLVM PR7221 Makes VFP calculations correct. * llvm2.7/r104653-BFC-BFI.patch: LLVM PR7222 Fixes LLVM ERROR: ARMv6t2 JIT is not yet supported. * llvm2.7_2.7.bb: Added above patches and bumped PR.
Diffstat (limited to 'recipes/llvm/llvm2.7_2.7.bb')
-rw-r--r--recipes/llvm/llvm2.7_2.7.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb
index 5631f10023..ef2da43e07 100644
--- a/recipes/llvm/llvm2.7_2.7.bb
+++ b/recipes/llvm/llvm2.7_2.7.bb
@@ -1,6 +1,6 @@
require llvm.inc
-PR = "r7"
+PR = "r8"
DEPENDS = "llvm-common llvm2.7-native"
@@ -11,7 +11,10 @@ SRC_URI = "\
http://llvm.org/releases/${PV}/llvm-${PV}.tgz \
file://arm_ppc.patch \
file://r97745-llvmPR6480.patch \
+ file://r104558-VFPmisc.patch \
file://r104587-MOVimm32.patch \
+ file://r104652-VFPLoadStoreMultiple.patch \
+ file://r104653-BFC-BFI.patch \
file://rawMOVLRPC.patch \
"