[Lldb-commits] [PATCH] D69793: Bundle libedit-compatible readline	replacement
    Michał Górny via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Nov  4 02:49:55 PST 2019
    
    
  
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
    
    
More information about the lldb-commits
mailing list