https://bugs.llvm.org/show_bug.cgi?id=51917
Bug ID: 51917
Summary: Can't build LLDB 13 with older linux kernel
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: caleb.zulaw...@gmail.com
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org
I am trying to build with a kernel older than 4.1, and get the following error:
llvm-project-13.0.0rc3.src/lldb/source/Plugins/Process/Linux/IntelPTManager.cpp:148:23:
error: 'struct perf_event_mmap_page' has no member named 'aux_size'
148 | return m_mmap_meta->aux_size;
|
aux_size was added in Linux 4.1. It appears the Intel PT plugin was added in
LLVM 13, I can currently build LLVM 12 and hope to be able to upgrade to 13
when it's released.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev