[PATCH] D85715: [clangd] Attempt to allow gRPC & Proobuf static linking

Kirill Bobyrev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 06:37:07 PDT 2020


kbobyrev added a comment.

Aww, actually no only LibSSL. I'll have to link all the libraries libgrpc++.a is depending on which means I'll have to find all of them somehow: LibSSL, libcares, libcrypto, abseil... Seems like the easiest way is to check gRPC into LLVM or simply disallow static builds with system-installed libs :(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85715



More information about the llvm-commits mailing list