[Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 12 07:49:21 PDT 2015


tfiala added a comment.

Also - there are some places in the code where the lib dir (as 'lib') is assumed, and those would need to change as well.  Including taking note of where it was passed in cmake, which will look something similar to what I did here, but now with the added burden that two things must line up (the python module lib dir) with the lldb chosen lib dir.

So this reason and the previous is why I do not see it being the right approach to just say 'switch the overall lib dir' to address this.


http://reviews.llvm.org/D13625





More information about the lldb-commits mailing list