https://llvm.org/bugs/show_bug.cgi?id=25136
Bug ID: 25136 Summary: readline python module is built into the wrong place Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-...@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified The custom readline python module is getting built into the lib dir but should be built into the python module library dir. There is a comment I added way back when I added the module (two FIXMES, actually) in the CMakeLists.txt for the cmake build of the module. Get that resolved - when done, the readline shared object should live in the lib*/python{maj}.{min}/... directory, not the lib directory. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs