aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb
diff options
context:
space:
mode:
authorXerxes Rånby <xerxes@zafena.se>2009-11-17 16:59:49 +0100
committerXerxes Rånby <xerxes@zafena.se>2009-11-17 17:06:56 +0100
commit3b4c9f8d74d6414e8e8e52142d788fa919a28e5e (patch)
tree2b1915ae44452da60d5ec98682fc8be5b4122609 /recipes/llvm/llvm2.7-native_2.6+svnr20091007.bb
parent424ea26ab4650d83495e4eeae72ea1f3a7b379cf (diff)
downloadopenembedded-3b4c9f8d74d6414e8e8e52142d788fa919a28e5e.tar.gz
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.bb16
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"