[all-commits] [llvm/llvm-project] af3c51: [gn build] Add missing clangd dependencies

aeubanks via All-commits all-commits at lists.llvm.org
Thu Oct 22 09:04:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: af3c51e3546eccff714ec146fb8daf18177e2028
      https://github.com/llvm/llvm-project/commit/af3c51e3546eccff714ec146fb8daf18177e2028
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

  Changed paths:
    M llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
    M llvm/utils/gn/secondary/clang-tools-extra/clangd/quality/gen_decision_forest.gni

  Log Message:
  -----------
  [gn build] Add missing clangd dependencies

Fixes
$ ninja obj/build/rel/gen/clang-tools-extra/clangd/CompletionModel.CompletionModel.obj

Some tablegen include files from clang/include/clang/AST and
clang/include/clang/Sema need to be generated before CompletionModel is
compiled.

Reviewed By: thakis

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




More information about the All-commits mailing list