Skip to content

Commit

Permalink
clang: Upgrade to 19.1.7
Browse files Browse the repository at this point in the history
Changes described here
https://discourse.llvm.org/t/llvm-19-1-7-released/84062

Brings [1]

[1] llvm/llvm-project@llvmorg-19.1.6...llvmorg-19.1.7

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jan 18, 2025
1 parent 191f26f commit bd49e06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ INHERIT += "clang"
# Do not include clang in SDK unless user wants to
CLANGSDK ??= "0"

LLVMVERSION = "19.1.6"
LLVMVERSION = "19.1.7"

NON_MULTILIB_RECIPES:append = " llvm-project-source"

Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/clang/clang.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm"

MAJOR_VER = "19"
MINOR_VER = "1"
PATCH_VER = "6"
PATCH_VER = "7"
# could be 'rcX' or 'git' or empty ( for release )
VER_SUFFIX = ""

Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/clang/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LICENSE = "Apache-2.0-with-LLVM-exception"
RELEASE ?= "${PV}"
BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz"
SOURCEDIR ?= "llvm-project-${PV}.src"
SRC_URI[sha256sum] = "e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34"
SRC_URI[sha256sum] = "82401fea7b79d0078043f7598b835284d6650a75b93e64b6f761ea7b63097501"

SRC_URI = "\
${BASEURI} \
Expand Down

0 comments on commit bd49e06

Please sign in to comment.