summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-18 20:10:08 -0700
committerKhem Raj <raj.khem@gmail.com>2020-05-26 15:51:28 -0700
commitf56bd52b97a2fec4ce6f27bf00de59ac10432f82 (patch)
treeddb73eacf75558401249d41c103ab707d4077738 /conf
parent503aa977b27be0506fb6ac21fbf9e8b049b82247 (diff)
downloadmeta-clang-f56bd52b97a2fec4ce6f27bf00de59ac10432f82.tar.gz
clang: Update to 10.0.1-rc1
Update version number accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com> s
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 e63fcb7..c0a422f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -29,7 +29,7 @@ INHERIT += "clang"
29# Do not include clang in SDK unless user wants to 29# Do not include clang in SDK unless user wants to
30CLANGSDK ??= "0" 30CLANGSDK ??= "0"
31 31
32LLVMVERSION = "10.0.0" 32LLVMVERSION = "10.0.1"
33 33
34require conf/nonclangable.conf 34require conf/nonclangable.conf
35require conf/nonscanable.conf 35require conf/nonscanable.conf