[PATCH] D18987: Add SVN version to libLLVMLTO
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 15:21:53 PDT 2016
joker.eph added a comment.
SVNVersion.inc in clang is partially redundant: it includes both the LLVM revision and the clang revision, it will also trigger a rebuild of libclangBasic and a relink of clang binaries that depends on it.
However SVNVersion.inc only includes the SVN rev, while here we handle either svn or git rev, reusing the LLVM_APPEND_VC_REV scripts.
http://reviews.llvm.org/D18987
More information about the llvm-commits
mailing list