From de16a3d10308c81c7e40886bbe0846604eebdf77 Mon Sep 17 00:00:00 2001 From: Xerxes RĂ„nby Date: Wed, 21 Jul 2010 13:15:21 +0200 Subject: 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. --- recipes/llvm/llvm2.7_2.7.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes/llvm/llvm2.7_2.7.bb') 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 \ " -- cgit 1.2.3-korg