summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-25 20:06:55 -0700
committerKhem Raj <raj.khem@gmail.com>2023-09-26 21:12:52 -0700
commit11a27d56df7f945fe1abc1b2fc7d63822192400f (patch)
tree72c5948d95ac76ba50f3c5fb3a8228dea4bc6cae /recipes-devtools/clang/clang.inc
parentda6f7ae073b6263913e56e6b81d129bb054820a0 (diff)
downloadmeta-clang-11a27d56df7f945fe1abc1b2fc7d63822192400f.tar.gz
clang: Upgrade to 17.0.2
* 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>
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r--recipes-devtools/clang/clang.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index ec0c22a..e1d8f1a 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https"
6 6
7MAJOR_VER = "17" 7MAJOR_VER = "17"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "1" 9PATCH_VER = "2"
10 10
11SRCREV ?= "e19b7dc36bc047b9eb72078d034596be766da350" 11SRCREV ?= "481358974fb0f732e33d503c224492a543f4d7bd"
12 12
13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
14BRANCH = "release/17.x" 14BRANCH = "release/17.x"