You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build llvm toolchain with linux-headers 4.2, but get error, while compiling lldb
llvm-project/lldb/source/Plugins/Process/Linux/Perf.cpp:345:8: error: 'struct perf_event_attr' has no member named 'context_switch' attr.context_switch = 1%3b
can we replace or disable this functionality in lldb with older linux-headers?