[PATCH] D35533: [Basic] Update CMakeLists.txt to handle Repo

don hinton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 10:45:50 PDT 2017


hintonda added inline comments.


================
Comment at: lib/Basic/CMakeLists.txt:17
 
 macro(find_first_existing_vc_file out_var path)
   set(git_path "${path}/.git")
----------------
LLVM already has a version of find_first_existing_vc_file in llvm/include/llvm/Support/CMakelists.txt.

Would it make sense move it to an llvm module and reuse it in clang?


https://reviews.llvm.org/D35533





More information about the cfe-commits mailing list