[Lldb-commits] [PATCH] Don't try to link against a release python during a debug build.

Todd Fiala tfiala at google.com
Thu Jul 10 11:00:59 PDT 2014


> We can try to streamline this in the future by checking in a hermetic
copy of Python with necessary build files, but until that day comes,
building manually seems like the best option.  Note that this only applies
if you have LLDB_DISABLE_PYTHON=0, which is NOT the default.

FWIW this is highly unlikely to happen due to the purity of license that
LLVM wants to adhere to - we have way too many organizations using
LLVM-based code to want to pollute the license in any way.

I'll have a look at the patch as soon as I get a few cycles. Should be
today.

http://reviews.llvm.org/D4441






More information about the lldb-commits mailing list