[all-commits] [llvm/llvm-project] 4645ef: [clangd] Add CMake dependencies for Protobuf-gener...

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Wed Apr 29 08:01:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4645ef17ff1aa30e1890b7c8230b590ef830081b
      https://github.com/llvm/llvm-project/commit/4645ef17ff1aa30e1890b7c8230b590ef830081b
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M clang-tools-extra/clangd/index/remote/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/server/CMakeLists.txt

  Log Message:
  -----------
  [clangd] Add CMake dependencies for Protobuf-generated files

Summary:
Dependencies ensure that Protobufs are generated before all libraries
depending on the headers are **built**, not linked.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D79085




More information about the All-commits mailing list