This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Fix building without python on Windows
ClosedPublic

Authored by xiaobai on Oct 7 2019, 5:30 PM.

Details

Summary

find_python_libs_windows might set LLDB_DISABLE_PYTHON to ON.
Unfortunately we do not re-check this variable before using variables filled in
by find_python_libs_windows, leading to a failed configuration.

Event Timeline

xiaobai created this revision.Oct 7 2019, 5:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 5:30 PM
JDevlieghere accepted this revision.Oct 7 2019, 6:09 PM
This revision is now accepted and ready to land.Oct 7 2019, 6:09 PM
stella.stamenova accepted this revision.Oct 8 2019, 9:13 AM