[libcxx-commits] [libcxxabi] [libc++abi] Remove support for Android 4 and older (PR #124054)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 22 19:18:51 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 8110af75b1500be2313e523a2d2da6bb7806b700 acac25875fcb01d5e900ba0be407ace3eb9217ac --extensions cpp -- libcxxabi/src/abort_message.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/libcxxabi/src/abort_message.cpp b/libcxxabi/src/abort_message.cpp
index 4d78fbd877..d51d9d87d3 100644
--- a/libcxxabi/src/abort_message.cpp
+++ b/libcxxabi/src/abort_message.cpp
@@ -12,8 +12,8 @@
 #include "abort_message.h"
 
 #ifdef __BIONIC__
-#   include <syslog.h>
-    extern "C" void android_set_abort_message(const char* msg);
+#  include <syslog.h>
+extern "C" void android_set_abort_message(const char* msg);
 #endif // __BIONIC__
 
 #if defined(__APPLE__) && __has_include(<CrashReporterClient.h>)

``````````

</details>


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


More information about the libcxx-commits mailing list