llvm-project/lldb/cmake/modules
Kamil Rytarowski 4791532830 Install six.py conditionally
Summary:
The current version of LLDB installs six.py into global python library directory. This approach produces conflicts downstream with distribution's py-six copy.

Introduce new configure option LLDB_USE_SYSTEM_SIX (disabled by default). Once specified as TRUE, six.py won't be installed to Python's directory.

Add new option in finishSwigWrapperClasses.py, namely --useSystemSix.

Sponsored by <The NetBSD Foundation>

Reviewers: mgorny, emaste, clayborg, joerg, labath

Reviewed By: labath

Subscribers: #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D29405

llvm-svn: 294071
2017-02-04 00:20:24 +00:00
..
AddLLDB.cmake [CMake] Add explicit dependencies to plugins 2017-01-31 22:12:59 +00:00
EmbedAppleVersion.cmake Fixing the Xcode build that I broke in r286479 2016-11-10 21:30:16 +00:00
LLDBConfig.cmake Install six.py conditionally 2017-02-04 00:20:24 +00:00
LLDBStandalone.cmake [cmake] Obtain LLVM_CMAKE_PATH from llvm-config 2017-01-09 23:12:37 +00:00