diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-01-16 13:56:19 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-06 19:18:22 -0800 |
| commit | 6f9caa632ca7086e2458b0dbc030221478bd8726 (patch) | |
| tree | a07e366cb1608bd3df6f73c65839fbcb2e2b29f7 /conf/layer.conf | |
| parent | 019beb6ac20dfa6aa5411f46f08d740bde67ecd5 (diff) | |
| download | meta-clang-6f9caa632ca7086e2458b0dbc030221478bd8726.tar.gz | |
clang: Upgrade to clang 18.1 major release
LLVM - https://github.com/llvm/llvm-project/blob/release/18.x/llvm/docs/ReleaseNotes.rst
Clang - https://github.com/llvm/llvm-project/blob/release/18.x/clang/docs/ReleaseNotes.rst
libc++ - https://github.com/llvm/llvm-project/blob/release/18.x/libcxx/docs/ReleaseNotes/18.rst
lld - https://github.com/llvm/llvm-project/blob/release/18.x/lld/docs/ReleaseNotes.rst
extra - https://github.com/llvm/llvm-project/blob/release/18.x/clang-tools-extra/docs/ReleaseNotes.rst
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.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 0a71cb1..1bbdae3 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 = "17.0.6" | 36 | LLVMVERSION = "18.1.0" |
| 37 | 37 | ||
| 38 | require conf/nonclangable.conf | 38 | require conf/nonclangable.conf |
| 39 | require conf/nonscanable.conf | 39 | require conf/nonscanable.conf |
