mbox series

[scarthgap,0/2] llvm: update to 18.1.8 and fix build with gcc-15

Message ID 20250919135123.4177466-1-adrian.freihofer@siemens.com
Headers show
Series llvm: update to 18.1.8 and fix build with gcc-15 | expand

Message

AdrianF Sept. 19, 2025, 1:50 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

- Update llvm from 18.1.6 to 18.1.8 (latest update in the 18.1 series)
- Fix build with gcc-15 by adding missing includes of <cstdint> using patches
  from meta-clang.

Adrian Freihofer (2):
  llvm: update from 18.1.6 to 18.1.8
  llvm: fix build with gcc-15

 ...36-Add-cstdint-to-SmallVector-101761.patch | 28 ++++++++++++++++
 ...cstdint-in-AMDGPUMCTargetDesc-101766.patch | 23 +++++++++++++
 ...-include-to-X86MCTargetDesc.h-123320.patch | 32 +++++++++++++++++++
 .../llvm/{llvm_18.1.6.bb => llvm_18.1.8.bb}   |  5 ++-
 4 files changed, 87 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/llvm/llvm/0036-Add-cstdint-to-SmallVector-101761.patch
 create mode 100644 meta/recipes-devtools/llvm/llvm/0037-Include-cstdint-in-AMDGPUMCTargetDesc-101766.patch
 create mode 100644 meta/recipes-devtools/llvm/llvm/0038-Add-missing-include-to-X86MCTargetDesc.h-123320.patch
 rename meta/recipes-devtools/llvm/{llvm_18.1.6.bb => llvm_18.1.8.bb} (94%)