summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-04 09:08:36 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-16 08:24:58 -0800
commit6b79646f85f3293e0fbedf07592a94860d659053 (patch)
tree974c06cc6fb34b680ae9217d77c1c49645fc9393 /conf/layer.conf
parent03648d617e04ec46c227a52e35f5eff766f79814 (diff)
downloadmeta-clang-6b79646f85f3293e0fbedf07592a94860d659053.tar.gz
clang: Upgrade to upcoming clang14 release branch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.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 6a80ffc..9e1fb1f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -31,7 +31,7 @@ INHERIT += "clang"
31# Do not include clang in SDK unless user wants to 31# Do not include clang in SDK unless user wants to
32CLANGSDK ??= "0" 32CLANGSDK ??= "0"
33 33
34LLVMVERSION = "13.0.1" 34LLVMVERSION = "14.0.0"
35 35
36require conf/nonclangable.conf 36require conf/nonclangable.conf
37require conf/nonscanable.conf 37require conf/nonscanable.conf