@@ -26,10 +26,14 @@
#include
#endif
+#ifdef __ANDROID__
+#include
+#endif
+
#if defined(__linux__) || defined(__FreeBSD__) ||
\
defined(__FreeBSD_kernel__) || defined(__APPLE__) ||
\
defined(__NetBSD__) || defin
https://github.com/labath approved this pull request.
(The messy include above this has prompted me to create #124522. You'll need to
rebase if I merge this before you do. :) )
https://github.com/llvm/llvm-project/pull/124452
___
lldb-commits mailing
https://github.com/brad0 updated
https://github.com/llvm/llvm-project/pull/124452
>From ff82716a85fdbc2feb8c2940205cf47b6e5c992c Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Sun, 26 Jan 2025 02:28:39 -0500
Subject: [PATCH] [lldb] Android 9 has added the spawn.h header
---
lldb/source/Host/
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 753028bc81c1a556eaaaf45ac77ca0cf4c7a3b4a
2f773af320b8a32f0082a35392076d5a0d72e0b0 --e
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Brad Smith (brad0)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/124452.diff
1 Files Affected:
- (modified) lldb/source/Host/common/Host.cpp (+5-1)
``diff
diff --git a/lldb/source/Host/common/Host.cpp b/lld
https://github.com/brad0 created
https://github.com/llvm/llvm-project/pull/124452
None
>From 2f773af320b8a32f0082a35392076d5a0d72e0b0 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Sun, 26 Jan 2025 02:28:39 -0500
Subject: [PATCH] [lldb] Android 9 has added the spawn.h header
---
lldb/source