[Lldb-commits] [PATCH] D22771: Fix LLDBConfig.cmake to enable python enabled build for all 64 bit lldb targets
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 26 01:03:48 PDT 2016
labath added a comment.
It seems this was added in 2014 for cross-compilation for android. Given that it's in a `if ! PYTHON` block and we don't use python anymore on android, I think it's pretty safe to remove.
Thanks.
Repository:
rL LLVM
https://reviews.llvm.org/D22771
More information about the lldb-commits
mailing list