mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
If CMAKE_CROSSCOMPILING, then the newly built flang-new executable was cross compiled and thus can't be executed on the build system, and thus can't be used for generating module files. Differential Revision: https://reviews.llvm.org/D130349