summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-06-24 18:18:08 -0700
committerKhem Raj <raj.khem@gmail.com>2024-06-24 21:45:00 -0700
commitc0cb89dfea64dd20affeeda22cbf391ab24996a5 (patch)
tree4b418c40ee32fd476082b5afc31c022d0c9924d7 /conf/layer.conf
parent83e93bcda1654477802ed18b5f440fba7a733caf (diff)
downloadmeta-clang-c0cb89dfea64dd20affeeda22cbf391ab24996a5.tar.gz
clang: Upgrade to 18.1.8
Brings * 3b5b5c1ec4a3 [libcxx] Align `__recommend() + 1` by __endian_factor (#90292) * 72c9425a79fd [libc++][NFC] Rewrite function call on two lines for clarity (#79141) * 443e23eed24d Bump version to 18.1.8 (#95458) Release announcement [1] [1] https://discourse.llvm.org/t/18-1-8-released/79725/1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.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 8d1762e..2fe079b 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 = "18.1.7" 36LLVMVERSION = "18.1.8"
37 37
38require conf/nonclangable.conf 38require conf/nonclangable.conf
39require conf/nonscanable.conf 39require conf/nonscanable.conf