Skip to content

Commit

Permalink
clang: Upgrade to 18.1.8
Browse files Browse the repository at this point in the history
Brings
* 3b5b5c1ec4a3 [libcxx] Align `__recommend() + 1`  by __endian_factor (#90292)
* 72c9425a79fd [libc++][NFC] Rewrite function call on two lines for clarity (#79141)
* 443e23eed24d Bump version to 18.1.8 (#95458)

Release announcement [1]
[1] https://discourse.llvm.org/t/18-1-8-released/79725/1

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jun 25, 2024
1 parent 83e93bc commit c0cb89d
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 = "18.1.7"
LLVMVERSION = "18.1.8"

require conf/nonclangable.conf
require conf/nonscanable.conf
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 = "18"
MINOR_VER = "1"
PATCH_VER = "7"
PATCH_VER = "8"
# 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 @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \
LICENSE = "Apache-2.0-with-LLVM-exception"

BASEURI = "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz"
SRC_URI[sha256sum] = "74446ab6943f686391954cbda0d77ae92e8a60c432eff437b8666e121d748ec4"
SRC_URI[sha256sum] = "0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a"

SRC_URI = "\
${BASEURI} \
Expand Down

0 comments on commit c0cb89d

Please sign in to comment.