[PATCH] D35533: [Basic] Update CMakeLists.txt to handle Repo
Jordan Rose via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 19 09:37:23 PDT 2017
jordan_rose added a subscriber: modocache.
jordan_rose added a comment.
> The addition of "${path}/.git/HEAD" at line 37 is used only once when repo is initially synced "for the first time". This is because ${git_path}/logs/HEAD file at line 34 for Git or Git submodule does not exist with initial repo sync[.]
Hm, interesting. Unfortunately, adding more commits won't automatically force a reconfigure. Maybe we should consider adding //all// of these as dependencies? cc @modocache, who just changed some of this.
https://reviews.llvm.org/D35533
More information about the cfe-commits
mailing list