[PATCH] D100553: [clangd] Log feature configuration (linux+asan+grpc) of the clangd build

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 1 07:38:37 PDT 2021


thakis added a comment.

Hm, my fix doesn't work either :/ https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8842935257512920928/+/u/package_clang/stdout?format=raw

  -c /opt/s/w/ir/cache/builder/src/third_party/llvm/clang-tools-extra/clangd/xpc/XPCTransport.cpp
   In file included from /opt/s/w/ir/cache/builder/src/third_party/llvm/clang-tools-extra/clangd/xpc/XPCTransport.cpp:10:
   In file included from /opt/s/w/ir/cache/builder/src/third_party/llvm/clang-tools-extra/clangd/xpc/../Transport.h:21:
   /opt/s/w/ir/cache/builder/src/third_party/llvm/clang-tools-extra/clangd/xpc/../Features.h:14:10: fatal error: 'Features.inc' file not found
   #include "Features.inc"
            ^~~~~~~~~~~~~~
   1 error generated.

I guess now clangd/xpc needs an explicit dep on that .inc generating rule.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100553/new/

https://reviews.llvm.org/D100553



More information about the cfe-commits mailing list