[Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.

Chaoren Lin chaorenl at google.com
Wed Jul 15 10:49:12 PDT 2015


chaoren added inline comments.

================
Comment at: source/Host/common/Socket.cpp:77
@@ -72,2 +76,3 @@
 {
-#ifdef SOCK_CLOEXEC
+#if defined(__ANDROID_NDK__) && defined(__arm__)
+	// Temporary workaround for statically linking Android lldb-server with the
----------------
ovyalov wrote:
> Is there any define that indicates that we're building statically?
I don't think so, but we can probably pass our own in the cmake file.


http://reviews.llvm.org/D10887







More information about the lldb-commits mailing list