llvm-project
9ca6ed70 - lldb: Linux: empty Ptrace.h pollyfill (#218038)

Commit
4 days ago
lldb: Linux: empty Ptrace.h pollyfill (#218038) As the comment in sources alludes to: > System includes - They have to be included after framework includes because > they define some macros which collide with variable names in other modules. Mixing includes of sys/ptrace.h with other headers can lead to conflicts that cause i386 lldb-server builds to fail when build against bionic. Prepare to remove this header outright. Link: https://github.com/llvm/llvm-project/pull/217435 Link: https://github.com/llvm/llvm-project/issues/217413 Link: https://lore.kernel.org/llvm/20260821-ptrace_uapi-v1-1-3de8638a29f2@google.com/
Parents
Loading