tfiala added a comment.

You'll need to guard against exclusion of libedit:

  #ifndef LLDB_DISABLE_LIBEDIT
  ...
  #endif

We can't exclude this whole file if libedit is disabled, because if we don't 
have libedit, we still need this null stub in on Linux. (i.e. the existing 
behavior needs to be present if no libedit).


Repository:
  rL LLVM

http://reviews.llvm.org/D13268



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

Reply via email to