Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: readline python module is built into the wrong place #25510

Closed
llvmbot opened this issue Oct 11, 2015 · 1 comment
Closed

cmake: readline python module is built into the wrong place #25510

llvmbot opened this issue Oct 11, 2015 · 1 comment
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Oct 11, 2015

Bugzilla Link 25136
Resolution FIXED
Resolved on Aug 05, 2019 16:54
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor
CC @asl,@JDevlieghere

Extended Description

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.

@JDevlieghere
Copy link
Member

We don't build the readline module anymore. Removed the conditional check in r367956.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

2 participants