]> code.ossystems Code Review - openembedded-core.git/commitdiff
llvm: Use the SRCREV past final 5.0 release
authorKhem Raj <raj.khem@gmail.com>
Fri, 22 Sep 2017 00:12:25 +0000 (17:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 13:44:54 +0000 (13:44 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/llvm/llvm_git.bb

index f06fa49ae5844c733b1c573130c71ad65519fd9c..b3069ec1fbbabe24f2ad502b25078a1075b08b3a 100644 (file)
@@ -19,9 +19,9 @@ PROVIDES += "llvm${PV}"
 LLVM_RELEASE = "${PV}"
 LLVM_DIR = "llvm${LLVM_RELEASE}"
 
-SRCREV = "9a5c333388cbb54a0ce3a67c4f539f5e590a089b"
+SRCREV = "81029f142231bde8e119becda112a2173f1459c9"
 PV = "5.0"
-PATCH_VERSION = "0"
+PATCH_VERSION = "1"
 SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=release_50;protocol=http \
            file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \
            file://0002-llvm-allow-env-override-of-exe-path.patch \