mgorny added inline comments.

================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp:8
+
+#ifndef LLDB_DISABLE_LIBEDIT
+#include <editline/readline.h>
----------------
If libedit is disabled, shouldn't you disable building the whole module 
altogether? I suppose then the standard Python module is just going to work.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69793/new/

https://reviews.llvm.org/D69793



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to