]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
llvm: Upgrade to 17.0.2
authorKhem Raj <raj.khem@gmail.com>
Tue, 26 Sep 2023 03:09:40 +0000 (20:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Sep 2023 10:50:07 +0000 (11:50 +0100)
481358974fb0 [GVN] Also remove phi nodes from VN table (PR65447)
9f77e96186be [GVN] Invalidate MDA when deduplicating phi nodes
a13a89402f53 Bump version to 17.0.2
2c04bdb24677 [SVE] Ensure SVE call operands passed via memory are correctly initialised. (#66070)
701620d58cdf [SVE] Precommit test to show missing initialisation of call operand.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/llvm/llvm_git.bb

index 611aacba147e1cb6037579d295fdf3fc59cffff2..934f842b9081109716ed940773cd91fa56e76f6f 100644 (file)
@@ -14,14 +14,14 @@ RDEPENDS:${PN}:append:class-target = " ncurses-terminfo"
 
 inherit cmake pkgconfig
 
-PV = "17.0.1"
+PV = "17.0.2"
 
 MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
 
 LLVM_RELEASE = "${PV}"
 
 BRANCH = "release/${MAJOR_VERSION}.x"
-SRCREV = "e19b7dc36bc047b9eb72078d034596be766da350"
+SRCREV = "481358974fb0f732e33d503c224492a543f4d7bd"
 SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
            file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
            file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \