Skip to content

Commit

Permalink
clang: Upgrade to 19.1.6
Browse files Browse the repository at this point in the history
Brings following changes [1]

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

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Dec 25, 2024
1 parent b987534 commit 89878f5
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.5"
LLVMVERSION = "19.1.6"

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 = "5"
PATCH_VER = "6"
# 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] = "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542"
SRC_URI[sha256sum] = "e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34"

SRC_URI = "\
${BASEURI} \
Expand Down

0 comments on commit 89878f5

Please sign in to comment.