[all-commits] [llvm/llvm-project] 9bb9b7: Remove HAVE_VCS_VERSION_INC, not needed

Marcel Hlopko via All-commits all-commits at lists.llvm.org
Thu Oct 29 13:09:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bb9b737c5573cf3850230bc4db8dac7be0e1e85
      https://github.com/llvm/llvm-project/commit/9bb9b737c5573cf3850230bc4db8dac7be0e1e85
  Author: Marcel Hlopko <hlopko at google.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/Version.cpp
    M lld/Common/CMakeLists.txt
    M lld/Common/Version.cpp
    M lldb/source/CMakeLists.txt
    M lldb/source/lldb.cpp
    M llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
    M llvm/utils/gn/secondary/lld/Common/BUILD.gn

  Log Message:
  -----------
  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




More information about the All-commits mailing list