LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 25136 - cmake: readline python module is built into the wrong place
Summary: cmake: readline python module is built into the wrong place
Status: RESOLVED FIXED
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC All
: P normal
Assignee: Todd Fiala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-10 22:33 PDT by Todd Fiala
Modified: 2019-08-05 16:54 PDT (History)
3 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Todd Fiala 2015-10-10 22:33:51 PDT
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.
Comment 1 Jonas Devlieghere 2019-08-05 16:54:53 PDT
We don't build the readline module anymore. Removed the conditional check in r367956.