summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-11 23:06:51 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-20 07:48:27 -0700
commitde56f14e886e276db52f1cfa02c05dc0b0b79dca (patch)
treeaa0fec2037f6086dbd1e1d16abe105a85451fec1 /conf
parent00766db290f8e6b9a536998bb5af0a17605d3d62 (diff)
downloadmeta-clang-de56f14e886e276db52f1cfa02c05dc0b0b79dca.tar.gz
clang: Update to 16.0.0
Changes are described here [1] [1] https://discourse.llvm.org/t/llvm-16-0-0-release/69326 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 01bf698..a36ee2b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -30,7 +30,7 @@ INHERIT += "clang"
30# Do not include clang in SDK unless user wants to 30# Do not include clang in SDK unless user wants to
31CLANGSDK ??= "0" 31CLANGSDK ??= "0"
32 32
33LLVMVERSION = "15.0.7" 33LLVMVERSION = "16.0.0"
34 34
35require conf/nonclangable.conf 35require conf/nonclangable.conf
36require conf/nonscanable.conf 36require conf/nonscanable.conf