diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-08 22:18:44 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-12 09:24:24 -0700 |
commit | 7c760367807189257895c91fafc5d2967696b092 (patch) | |
tree | 53e9389c45f48e49cf5bfbd1b652f4e0b36e2ba1 /meta/classes/bash-completion.bbclass | |
parent | 4f27d5ff829dbec6128cdb187ca76e621da13454 (diff) | |
download | poky-7c760367807189257895c91fafc5d2967696b092.tar.gz |
llvm: fix typo in CVE-2024-0151.patch
During backporting the patch, accidentally a variable was removed.
In case the recipe is compiled for 32-bit Arm target, compilation
fails with the following error:
3.0.1-r0/git/llvm/lib/Target/ARM/ARMISelLowering.cpp:4481:13: error: 'RegVT' was not declared in this scope
| 4481 | if (RegVT == MVT::f16 || RegVT == MVT::bf16)
| | ^~~~~
This patch corrects the patch, and adds back the removed RegVT variable.
(From OE-Core rev: 77f29f8fea58de40459186952d25279877ce4994)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/classes/bash-completion.bbclass')
0 files changed, 0 insertions, 0 deletions