This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix use of system-installed GRPC after f726101b6240a6740b3c0926af759da5e7336f8a
ClosedPublic

Authored by sammccall on Nov 25 2020, 8:19 AM.

Details

Summary

We need a real target now, and it was only being created if grpc was
built from source or imported from homebrew.

Diff Detail

Event Timeline

sammccall created this revision.Nov 25 2020, 8:19 AM
sammccall requested review of this revision.Nov 25 2020, 8:19 AM
kadircet accepted this revision.Nov 25 2020, 10:15 AM

thanks, LGTM!

This revision is now accepted and ready to land.Nov 25 2020, 10:15 AM
This revision was automatically updated to reflect the committed changes.