summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-11-27 09:49:46 -0800
committerKhem Raj <raj.khem@gmail.com>2024-11-28 18:30:21 -0800
commit275d0a5ed688886e907deb71e4ec6fd94fd24f91 (patch)
tree041f8a3ab9feaceb18b3103770f5d9afed1369cc /conf
parent458566f290258d1fe63e95893bae143d9e2ab8e1 (diff)
downloadmeta-clang-275d0a5ed688886e907deb71e4ec6fd94fd24f91.tar.gz
clang: Upgrade to 19.1.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 50d4d3d..50148fc 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
34CLANGSDK ??= "0" 34CLANGSDK ??= "0"
35 35
36LLVMVERSION = "19.1.2" 36LLVMVERSION = "19.1.4"
37 37
38NON_MULTILIB_RECIPES:append = " llvm-project-source" 38NON_MULTILIB_RECIPES:append = " llvm-project-source"
39 39