iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

Fix various build issues with latest llvm18 #4824

Closed yonghong-song closed 10 months ago

yonghong-song commented 10 months ago

Latest llvm18 cannot build with bcc now. There are 3 issues:

This patch fixed the above three issues so bcc can be built with llvm18 successfully. I then tried a few bcc tools and they all works fine.