[all-commits] [llvm/llvm-project] df3ae1: [lldb] [Python] Build readline override module onl...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Nov 5 08:08:06 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df3ae1eb296d5193232649b5f282dfc4f01ba61f
https://github.com/llvm/llvm-project/commit/df3ae1eb296d5193232649b5f282dfc4f01ba61f
Author: Michał Górny <mgorny at gentoo.org>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
Log Message:
-----------
[lldb] [Python] Build readline override module only on Linux
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.
Differential Revision: https://reviews.llvm.org/D69846
More information about the All-commits
mailing list