This is an archive of the discontinued LLVM Phabricator instance.

[clangd] NFC: Use deprecated grpc++ headers for compatibility
ClosedPublic

Authored by kbobyrev on May 6 2020, 5:58 AM.

Details

Summary

Ubuntu 18.04 and older versions do not provide latest gRCP packages and the
ones that are in the repository use deprecated headers. Use these headers to
make builds possible.

https://packages.ubuntu.com/bionic/amd64/libgrpc++-dev/filelist

Diff Detail

Event Timeline

kbobyrev created this revision.May 6 2020, 5:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2020, 5:58 AM
sammccall accepted this revision.May 7 2020, 4:46 PM
This revision is now accepted and ready to land.May 7 2020, 4:46 PM
This revision was automatically updated to reflect the committed changes.