diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-09-25 20:06:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-26 21:12:52 -0700 |
| commit | 11a27d56df7f945fe1abc1b2fc7d63822192400f (patch) | |
| tree | 72c5948d95ac76ba50f3c5fb3a8228dea4bc6cae /conf/layer.conf | |
| parent | da6f7ae073b6263913e56e6b81d129bb054820a0 (diff) | |
| download | meta-clang-11a27d56df7f945fe1abc1b2fc7d63822192400f.tar.gz | |
clang: Upgrade to 17.0.2
* 481358974fb0 [GVN] Also remove phi nodes from VN table (PR65447)
* 9f77e96186be [GVN] Invalidate MDA when deduplicating phi nodes
* a13a89402f53 Bump version to 17.0.2
* 2c04bdb24677 [SVE] Ensure SVE call operands passed via memory are correctly initialised. (#66070)
* 701620d58cdf [SVE] Precommit test to show missing initialisation of call operand.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.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 db08303..eb23856 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 = "17.0.1" | 36 | LLVMVERSION = "17.0.2" |
| 37 | 37 | ||
| 38 | require conf/nonclangable.conf | 38 | require conf/nonclangable.conf |
| 39 | require conf/nonscanable.conf | 39 | require conf/nonscanable.conf |
