[PATCH] D31985: Support: Add a VCSRevision.h header file.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 12:48:53 PDT 2017


pcc added a comment.

Actually, I think that won't work because it looks like `.git/HEAD` does not get updated if a commit is made on a branch.

An alternative solution would be to touch `.git/logs/HEAD` if it does not exist.


Repository:
  rL LLVM

https://reviews.llvm.org/D31985





More information about the llvm-commits mailing list