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-dev@lists.llvm.org
          Reporter: todd.fi...@gmail.com
                CC: llvm-b...@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 the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to