diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-07-24 17:52:06 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-18 07:32:26 -0700 |
| commit | 5820cb9e32c84a45591ecd2d7879fe8d0e5fe75e (patch) | |
| tree | f00688f685cf1267d33d8c4bae4c7fb898fd2e20 /conf | |
| parent | d7adc155ddbd08359c1c170a5366911793f5e566 (diff) | |
| download | meta-clang-5820cb9e32c84a45591ecd2d7879fe8d0e5fe75e.tar.gz | |
clang: Upgrade to 19.1.0 release
Release Notes below
llvm - https://releases.llvm.org/19.1.0/docs/ReleaseNotes.html
clang - https://releases.llvm.org/19.1.0/tools/clang/docs/ReleaseNotes.html
lld - https://releases.llvm.org/19.1.0/tools/lld/docs/ReleaseNotes.html
libc++ - https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html
clang-extra - https://releases.llvm.org/19.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 2fe079b..19b8c8f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -33,7 +33,7 @@ INHERIT += "clang" | |||
| 33 | # Do not include clang in SDK unless user wants to | 33 | # Do not include clang in SDK unless user wants to |
| 34 | CLANGSDK ??= "0" | 34 | CLANGSDK ??= "0" |
| 35 | 35 | ||
| 36 | LLVMVERSION = "18.1.8" | 36 | LLVMVERSION = "19.1.0" |
| 37 | 37 | ||
| 38 | require conf/nonclangable.conf | 38 | require conf/nonclangable.conf |
| 39 | require conf/nonscanable.conf | 39 | require conf/nonscanable.conf |
