summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-27 19:12:24 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-28 10:08:30 -0400
commit025c2dcd2d26177baa363aef471cf9c6c4d28357 (patch)
treef955c7060a45a324b079b8c42eafa9334f5f30eb /conf
parenta3eb78495228beb0df81420ded9f5e1397ffd537 (diff)
downloadmeta-clang-025c2dcd2d26177baa363aef471cf9c6c4d28357.tar.gz
clang: Bump to 15.0.2
Brings these changes * 451e3b68306d Bump version to 15.0.2 * 9d3635c8675f Exclude check-polly-unittests and check-polly-isl from check-all * a26ef3c19ede [Hexagon] Add defaulted operator= to classes with defaulted copy ctor * f1ad3abf75f0 [MachineCycle][NFC] add a cache for block and its top level cycle * 8d802f78fa8c [libc++] Keep unary_function and binary_function in C++17 for one more release * 5d9fa4d16e0e SPIRV: Fix compilation in NDEBUG. * b73d2c8c720a [LV] Keep track of cost-based ScalarAfterVec in VPWidenPointerInd. * 38b5fa73d585 [LV] Move new epilog-vectorization-widen-inductions.ll to AArch64 dir. * c079a29305bb [LV] Add tests for epilogue vectorization with widened inductions. * d64394b81d6e [libc++] Always query the compiler to find whether a type is always lockfree * c6d2e8bcc033 [docs] Fix build-docs.sh * 43b5b04f27f1 [libcxx] Bump libc++ version to 15.0.1 * d4bada99c069 [CodeGen] Don't zero callee-save registers with zero-call-used-regs (PR57692) * 433f2aaa32bd [lit] Set shlibpath_var on OpenBSD * 063556d02def [clang(d)] Include/Exclude CLDXC options properly * 046d5b917bcd [Libomptarget] Revert changes to AMDGPU plugin destructors 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 4e83cc1..7245004 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -31,7 +31,7 @@ INHERIT += "clang"
31# Do not include clang in SDK unless user wants to 31# Do not include clang in SDK unless user wants to
32CLANGSDK ??= "0" 32CLANGSDK ??= "0"
33 33
34LLVMVERSION = "15.0.1" 34LLVMVERSION = "15.0.2"
35 35
36require conf/nonclangable.conf 36require conf/nonclangable.conf
37require conf/nonscanable.conf 37require conf/nonscanable.conf