[PATCH] D84623: Remove HAVE_VCS_VERSION_INC, not needed
Marcel Hlopko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 01:29:38 PDT 2020
hlopko created this revision.
hlopko added a reviewer: gribozavr2.
Herald added subscribers: llvm-commits, lldb-commits, cfe-commits, mgorny.
Herald added a reviewer: MaskRay.
Herald added projects: clang, LLDB, LLVM.
This preprocessor define was meant to be used to conditionally include
headers with VCS information (for example VCSRevision.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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84623
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84623.280813.patch
Type: text/x-patch
Size: 2982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200727/832ea380/attachment-0001.bin>
More information about the cfe-commits
mailing list