[Lldb-commits] [PATCH] Make llgs build on Android. No functionality change.
Todd Fiala
tfiala at google.com
Sat Sep 27 09:56:35 PDT 2014
Hey Tong,
So I was looking through the LLVM/Clang code at their LIBEDIT support (which I vaguely remember going in or being tweaked in the last half year or so). There is a HAVE_LIBEDIT flag that is defined if libedit is present. While it makes sense for us to be able to disable lldb's libedit support when HAVE_LIBEDIT is true, we certainly *do* want to turn on LLDB_DISABLE_LIBEDIT when HAVE_LIBEDIT is not defined.
I think that can happen as a follow-up patch. It would be great if you could work that in later.
http://reviews.llvm.org/D5495
More information about the lldb-commits
mailing list