[Lldb-commits] [PATCH] Make llgs build on Android. No functionality change.

Todd Fiala tfiala at google.com
Sat Sep 27 09:16:24 PDT 2014


Hey Tong,

What are all the flags you assume are set when building this on the Android side?  In addition to building it with stock normal flags on Linux, I want to use the same flag set.

Looks like the define flag set includes at least:
LLDB_DISABLE_LIBEDIT
LLDB_DISABLE_PYTHON
(and of course from the compiler, __ANDROID__).

Anything else?

-Todd

http://reviews.llvm.org/D5495






More information about the lldb-commits mailing list