summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-23 12:04:54 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-07 00:01:39 -0800
commitcd222aa915d22b102c5e365db1f3d0fb0f9b7c31 (patch)
treedd949ea1f6ec8f49e2b7dcb81d2257f1a10d515b /conf
parent1c1cc28c5b5697f9c1bad48890565322ca533cda (diff)
downloadmeta-clang-cd222aa915d22b102c5e365db1f3d0fb0f9b7c31.tar.gz
layer.conf: Define LLVMVERSION in terms of clang version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 967f052..96fed5f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -28,5 +28,7 @@ INHERIT += "clang"
28# include clang in SDK 28# include clang in SDK
29CLANGSDK ??= "1" 29CLANGSDK ??= "1"
30 30
31LLVMVERSION = "9.0.1"
32
31require conf/nonclangable.conf 33require conf/nonclangable.conf
32require conf/nonscanable.conf 34require conf/nonscanable.conf