[Lldb-commits] [PATCH] D68910: use LLVM_LIBDIR_SUFFIX for python lib path

2019-10-15 Thread Haibo Huang via Phabricator via lldb-commits
hhb requested changes to this revision. hhb added a comment. This revision now requires changes to proceed. Can you sync to the latest code and try again? Your problem is likely to be fixed in a previous change... Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D6

[Lldb-commits] [PATCH] D68910: use LLVM_LIBDIR_SUFFIX for python lib path

2019-10-14 Thread Pavel Labath via Phabricator via lldb-commits
labath added a reviewer: hhb. labath added a subscriber: hhb. labath added a comment. As @mgorny said, I'm afraid the solution is not going to be as simple as attaching LLVM_LIBDIR_SUFFIX to the lib path. There is some ongoing work to refactor/fix the way python paths are handled, but unfortunat

[Lldb-commits] [PATCH] D68910: use LLVM_LIBDIR_SUFFIX for python lib path

2019-10-12 Thread Luboš Luňák via Phabricator via lldb-commits
llunak updated this revision to Diff 224739. llunak edited the summary of this revision. llunak added a comment. Updated misleading description. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68910/new/ https://reviews.llvm.org/D68910 Files: lldb/scripts/CMak

[Lldb-commits] [PATCH] D68910: use LLVM_LIBDIR_SUFFIX for python lib path

2019-10-12 Thread Michał Górny via Phabricator via lldb-commits
mgorny requested changes to this revision. mgorny added a comment. This revision now requires changes to proceed. No, it isn't. Some distros patch some Python versions for that but it's not a rule. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68910/new/ https

[Lldb-commits] [PATCH] D68910: use LLVM_LIBDIR_SUFFIX for python lib path

2019-10-12 Thread Luboš Luňák via Phabricator via lldb-commits
llunak created this revision. llunak added reviewers: clayborg, labath. llunak added a project: LLDB. Herald added subscribers: lldb-commits, JDevlieghere, mgorny. On 64bit linux python is in lib64/python. Repository: rLLDB LLDB https://reviews.llvm.org/D68910 Files: lldb/scripts/CMakeList