diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-22 16:36:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 38440a5596b7d22c9eebf484c5f6cf4c0525c0fc (patch) | |
tree | c4e5e779653eef357245612bb350611e22f50130 /recipes-devtools/clang/clang.inc | |
parent | 40cd87c7a35f12b3d9092fb479c8846945edc70f (diff) | |
download | meta-clang-38440a5596b7d22c9eebf484c5f6cf4c0525c0fc.tar.gz |
clang: Add env override for libdir
This is useful when using clang cross compiler and the packages rely on
llvm-config to detect paths and various attributes of clang/llvm install
Update to latest on 14.x as well
* 3f43d803382d [libc++] Re-enable workaround for pre-ranges CTAD in std::span
* add3ab7f4c8a [libc++] Add workaround to avoid breaking users of <span> when <ranges> are disabled
* 329fda39c507 NFC: Mention auto-vec support for SVE in release notes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fb382a5da9de491277f72e46e0466749c607aac9)
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r-- | recipes-devtools/clang/clang.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index cde3697..9929a36 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -8,7 +8,7 @@ MAJOR_VER = "14" | |||
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "0" | 9 | PATCH_VER = "0" |
10 | 10 | ||
11 | SRCREV ?= "69ba522c58d0cf43097a08087b1b31d6edb46706" | 11 | SRCREV ?= "3f43d803382d57e3fc010ca19833077d1023e9c9" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "release/14.x" | 14 | BRANCH = "release/14.x" |