diff options
author | Xerxes Rånby <xerxes@zafena.se> | 2009-11-17 16:59:49 +0100 |
---|---|---|
committer | Xerxes Rånby <xerxes@zafena.se> | 2009-11-17 17:06:56 +0100 |
commit | 3b4c9f8d74d6414e8e8e52142d788fa919a28e5e (patch) | |
tree | 2b1915ae44452da60d5ec98682fc8be5b4122609 /recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb | |
parent | 424ea26ab4650d83495e4eeae72ea1f3a7b379cf (diff) |
llvm2.6: Added BX_to_BLX.patch inorder to stabilize LLVM JIT on ARM
llvm2.7: Updated to newer SVN snapshot
Added BX_to_BLX.patch inorder to stabilize LLVM JIT on ARM
Diffstat (limited to 'recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb')
-rw-r--r-- | recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb b/recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb new file mode 100644 index 0000000000..ada81c625d --- /dev/null +++ b/recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb @@ -0,0 +1,16 @@ +require llvm-native.inc + +SRCREV = "83459" + +PV = "2.6+svnr${SRCPV}" + +PR = "r0" + +SRC_URI = "\ + svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \ + file://llvm-debugonly-zeroormore.patch;patch=1 \ +" + +S = "${WORKDIR}/trunk" + +LLVM_RELEASE = "2.7" |