iovisor / bcc

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

doc: Fix the build guide for the Arch Linux #4891

Closed Zheaoli closed 9 months ago

Zheaoli commented 9 months ago

After LLVM 15.0.7.2 on the Arch Linux, the package maintainer remove the static library default, FYI https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/3e452a15b68d156a9ef5608e8f6e1870d192d954

So we need add -DENABLE_LLVM_SHARED=on default for the Arch Linux