Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Just hijacking to ask for some extra comments :-)
llvm/cmake/modules/FindGRPC.cmake | ||
---|---|---|
0–1 | can we move this comment inside the if? And mention whether we're going to link static or dynamically, or if it depends on BUILD_SHARED_LIBS | |
25 | similarly, can we add a comment here? mentioning the overall "system-installed GRPC" idea, "We always link dynamically in this mode. While the static libraries are usually installed, the CMake files telling us *which* static libraries to link are not". | |
26 | nit: comma after "linking" |
can we move this comment inside the if?
currently it looks like it applies to the whole file.
And mention whether we're going to link static or dynamically, or if it depends on BUILD_SHARED_LIBS