This is an archive of the discontinued LLVM Phabricator instance.

Ensure that CMake tries to find Python3 before processing
ClosedPublic

Authored by ctetreau on May 12 2020, 10:55 AM.

Details

Summary

It is possible that CMake tries to process debuginfo-tests before any
attempt to find Python3. Ensure that CMake attempts to find it before
complaining that it doesn't exist.

Diff Detail

Event Timeline

ctetreau created this revision.May 12 2020, 10:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2020, 10:55 AM
rnk accepted this revision.May 12 2020, 2:17 PM

Grepping for this shows that it turns up in all the other top-level CMakeLists.txt. Sigh, duplication. lgtm.

This revision is now accepted and ready to land.May 12 2020, 2:17 PM
This revision was automatically updated to reflect the committed changes.