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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 12 06:32:09 PDT 2015


labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.

Could you submit the change with full context next time? It makes review much easier.

I don't understand what are you trying to achieve completely, but it feels to me you are trying to solve the wrong side of the problem. If we are on a system which uses lib64 as the directory for it's libraries, then lldb libraries should go into the lib64 folder as well (by compiling with -DLLVM_LIBDIR_SUFFIX=64). If the directory still comes out wrong (or the libraries don't end up in lib64) then we should fix that. Could you try if -DLLVM_LIBDIR_SUFFIX=64 solves your problems first?


http://reviews.llvm.org/D13625





More information about the lldb-commits mailing list