[all-commits] [llvm/llvm-project] e30625: gn build: set HAVE_VCS_VERSION_INC while building ...
Nico Weber via All-commits
all-commits at lists.llvm.org
Sat Nov 23 13:11:22 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e306255d45213c0201e236e0d62045965095f20c
https://github.com/llvm/llvm-project/commit/e306255d45213c0201e236e0d62045965095f20c
Author: Nico Weber <thakis at chromium.org>
Date: 2019-11-23 (Sat, 23 Nov 2019)
Changed paths:
A llvm/utils/gn/build/write_vcsrevision.gni
M llvm/utils/gn/build/write_vcsrevision.py
M llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
M llvm/utils/gn/secondary/lld/Common/BUILD.gn
M llvm/utils/gn/secondary/llvm/include/llvm/Support/BUILD.gn
Log Message:
-----------
gn build: set HAVE_VCS_VERSION_INC while building Version.cpp
And belatedly merge r353268 / r353269.
test/Driver/wasm-toolchain-lto.c currently requires getLLVMRevision()
to return something non-empty to pass. That's hopefully temporary,
but making Version.cpp work is probalby a good idea regardless.
(Note its contents will by default usually be out-of-date, because
llvm_allow_tardy_revision defaults to false.)
More information about the All-commits
mailing list