Sysinternals/ProcMon-for-Linux

bcc 0.10.0 can't be built in Arch Linux now

lingsamuel opened this issue · 1 comments

some distros already packaging clang 10 (checked fedora and arch) no longer
ship all the individual libclang*.so component libraries.
Instead, clang from 9.0 onwards provides a new lib, libclang-cpp.so, which
includes everything we need.

ref commit: iovisor/bcc@1599c2e#diff-af3b638bc2a3e6c650974192a53c7291

This is a BCC dependency not procmon.