mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
llvm: Update to 6.0.1
Drop upstreamed patch (From OE-Core rev: b0783b713e0ad766797d20e0d1f3187effb08a71) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -19,14 +19,13 @@ PROVIDES += "llvm${PV}"
|
||||
LLVM_RELEASE = "${PV}"
|
||||
LLVM_DIR = "llvm${LLVM_RELEASE}"
|
||||
|
||||
SRCREV = "089d4c0c490687db6c75f1d074e99c4d42936a50"
|
||||
SRCREV = "5136df4d089a086b70d452160ad5451861269498"
|
||||
PV = "6.0"
|
||||
BRANCH = "release_60"
|
||||
PATCH_VERSION = "0"
|
||||
PATCH_VERSION = "1"
|
||||
SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=${BRANCH};protocol=http \
|
||||
file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \
|
||||
file://0002-llvm-allow-env-override-of-exe-path.patch \
|
||||
file://0001-Disable-generating-a-native-llvm-config.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user