From cd222aa915d22b102c5e365db1f3d0fb0f9b7c31 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 23 Nov 2019 12:04:54 -0800 Subject: layer.conf: Define LLVMVERSION in terms of clang version Signed-off-by: Khem Raj --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) 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" # include clang in SDK CLANGSDK ??= "1" +LLVMVERSION = "9.0.1" + require conf/nonclangable.conf require conf/nonscanable.conf -- cgit v1.2.3-54-g00ecf