[Lldb-commits] [PATCH] D19067: Make sure to use lib instead of lib64 for LLDB_LIB_DIR

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 14 01:40:41 PDT 2016


labath added a subscriber: labath.
labath added a comment.

Actually, the destination for liblldb.so depends on the LLVM_LIBDIR_SUFFIX cmake variable. If you're on a system which likes to shove things into lib64, maybe you could follow suit and define the variable when you build llvm/lldb. (otherwise, this patch will break the logic for anyone who does use the variable.) Would that work for your use case?


http://reviews.llvm.org/D19067





More information about the lldb-commits mailing list