================ @@ -43,12 +43,15 @@ file(GLOB_RECURSE files set(check_format_depends clang-format) find_program(DIFF_EXE diff) -if(DIFF_EXE) +find_program(TOUCH_EXE touch) ---------------- nga888 wrote:
Anything is possible when it comes to Windows. https://github.com/llvm/llvm-project/pull/209205 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
