[Lldb-commits] [lldb] [LLDB, x86, FreeBSD] Fix Architecture parsing by reading the ELF header. (PR #162811)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 10 09:25:35 PDT 2025


================
@@ -14,12 +14,13 @@
 #include <sys/sysctl.h>
 #include <sys/user.h>
 
-#include <machine/elf.h>
-
 #include <cstdio>
 #include <dlfcn.h>
 #include <execinfo.h>
 
+#include "llvm/Object/ELF.h"
----------------
JDevlieghere wrote:

Please group this together with the llvm header below. 

https://github.com/llvm/llvm-project/pull/162811


More information about the lldb-commits mailing list