blob: 86397c99204bb24d3e595cfbf82af762515b77d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
require llvm-native.inc
SRCREV = "70854"
PV = "2.5+svnr${SRCREV}"
PR = "r0"
SRC_URI = "\
svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \
file://fix-build.patch;patch=1 \
file://llvm-enable-threads-macro.patch;patch=1;pnum=0 \
file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
"
S = "${WORKDIR}/trunk"
LLVM_RELEASE = "2.6"
|