This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Python] Build readline override module only on Linux
ClosedPublic

Authored by mgorny on Nov 5 2019, 7:32 AM.

Details

Summary

Restrict building the readline override to Linux only. It both does not
build on *BSD systems, and is largely irrelevant since they default to
using libedit over readline anyway. This restores the behavior
of the old readline override that also was built only on Linux.

Diff Detail

Event Timeline

labath accepted this revision.Nov 5 2019, 7:34 AM

Makes sense to me.

This revision is now accepted and ready to land.Nov 5 2019, 7:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2019, 8:10 AM

Thanks for the fix o/