]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/llvm-bpf: fix compilation with GCC15 18767/head
authorHenry Tung <henryptung@gmail.com>
Fri, 9 May 2025 23:45:34 +0000 (16:45 -0700)
committerRobert Marko <robimarko@gmail.com>
Sat, 10 May 2025 10:39:31 +0000 (12:39 +0200)
commit53054fead58aeba61b592473e26b1798452856c3
tree7d1cb22038493945de0e839880f4001552e27f4d
parent8fb46725cf16bce8a3f17db22b9479a419dae105
tools/llvm-bpf: fix compilation with GCC15

Add cstdint include to SmallVector.h.

Backported from
https://github.com/llvm/llvm-project/commit/7e44305041d96b064c197216b931ae3917a34ac1.

Signed-off-by: Henry Tung <henryptung@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18767
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/llvm-bpf/patches/100-gcc15.patch [new file with mode: 0644]