diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 82f2bc0..eea26f1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -33,7 +33,7 @@ INHERIT += "clang" | |||
33 | # Do not include clang in SDK unless user wants to | 33 | # Do not include clang in SDK unless user wants to |
34 | CLANGSDK ??= "0" | 34 | CLANGSDK ??= "0" |
35 | 35 | ||
36 | LLVMVERSION = "19.1.7" | 36 | LLVMVERSION = "20.1.1" |
37 | 37 | ||
38 | NON_MULTILIB_RECIPES:append = " llvm-project-source" | 38 | NON_MULTILIB_RECIPES:append = " llvm-project-source" |
39 | 39 | ||