diff options
author | Kirill Bobyrev <kbobyrev@google.com> | 2020-10-26 14:14:12 +0100 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev@google.com> | 2020-10-26 14:14:47 +0100 |
commit | 58d0ef2d0466a893ab400f6a9829057b9d851038 (patch) | |
tree | a612b65788519d36e9955e4fc123d47acfea1170 /clang/lib/Basic/SourceManager.cpp | |
parent | 89808ce7343b22586bfd0d3fafddcdbba94fbcbb (diff) | |
download | llvm-58d0ef2d0466a893ab400f6a9829057b9d851038.zip llvm-58d0ef2d0466a893ab400f6a9829057b9d851038.tar.gz llvm-58d0ef2d0466a893ab400f6a9829057b9d851038.tar.bz2 |
[clangd] Fix remote index build failures due to lack of proto dependency
Previous attempt (15f6bad6d74a993e366c8fc93a9c91f213ac6bc3) introduced
add_dependencies but unfortunately it does not actually add a dependency
between RemoteIndexProto and RemoteIndexServiceProto. This is likely due
to some requirements of it that clang_add_library violates.
As a workaround, we will link RemoteIndexProto library to
RemoteIndexServiceProto which is logical because the library can not be
without linking to RemoteIndexProto anyway.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions