summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-12-29 12:32:27 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-12-29 12:32:27 +0000
commite471e1363e70da7f05e1a2c381a49c06f1bc0b60 (patch)
treec5b1a83bc40bb254a37b20ffa1de448c815703c8 /lldb/scripts/Python
parent11fb7a49aec01bacacbb7be596e580cf3d24c55c (diff)
downloadbcm5719-llvm-e471e1363e70da7f05e1a2c381a49c06f1bc0b60.tar.gz
bcm5719-llvm-e471e1363e70da7f05e1a2c381a49c06f1bc0b60.zip
[cmake] Teach the standalone CMake build to find the Python interpreter
the same way the LLVM CMake build does, notably using the proper CMake module and specifically requesting an older Python version. LLDB relies pretty heavily on not using Python 3 at this point, and without this patch it ends up trying to use Python 3 which ends quite badly. =] With this, I'm able to build LLDB in its standalone mode successfully on Linux when I have both Python 2.7 and Python 3.3 installed. llvm-svn: 224929
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud