Remove HAVE_VCS_VERSION_INC, not needed
authorMarcel Hlopko <hlopko@google.com>
Thu, 29 Oct 2020 20:01:28 +0000 (13:01 -0700)
committerFangrui Song <i@maskray.me>
Thu, 29 Oct 2020 20:09:05 +0000 (13:09 -0700)
commit9bb9b737c5573cf3850230bc4db8dac7be0e1e85
tree401c608becc7ff1f88874f966588c8b4fff337d5
parent91bf17208833ff10e4d3a7e785c9b54ed14b6df2
Remove HAVE_VCS_VERSION_INC, not needed

This preprocessor define was meant to be used to conditionally include VCSVersion.inc. However, the define was always set, and it was the content of the header that was conditionally generated. Therefore HAVE_VCS_VERSION_INC should be cleaned up.

Reviewed By: gribozavr2, MaskRay

Differential Revision: https://reviews.llvm.org/D84623
clang/lib/Basic/CMakeLists.txt
clang/lib/Basic/Version.cpp
lld/Common/CMakeLists.txt
lld/Common/Version.cpp
lldb/source/CMakeLists.txt
lldb/source/lldb.cpp
llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
llvm/utils/gn/secondary/lld/Common/BUILD.gn