mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
For some reason cmake started selecting a 32-bit version of python on Windows instead of the 64-bit version when building windows. Explicitly setting the default python to 3.10 fixes this problem. Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D132280