davezarzycki added a comment.

In D95713#2647548 <https://reviews.llvm.org/D95713#2647548>, @teemperor wrote:

> The tests are failing because Dave's bot is running without enabled Python. 
> The same is true for the Windows bot. Putting the plugin behind `#ifdef 
> LLDB_ENABLE_PYTHON` should fix this.

My cron job is not intentionally disabling python support. That just happened 
to be the fallout from the normal feature detection dance before the build 
starts:

- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) (Required is at least 
version "3.0")
- SWIG 3 or later is required for Python support in LLDB but could not be found
- Could NOT find PythonAndSwig (missing: Python3_LIBRARIES Python3_INCLUDE_DIRS 
SWIG_EXECUTABLE)
- Enable Python scripting support in LLDB: FALSE


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95713

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

Reply via email to