Fix build errors against shared clang by adding all the libraries used
in the code.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This happens when using the standalone build, right?
I suspect this happens only there because cmake does not have enough information to correctly include transitive deps automatically. That's slightly unfortunate, but I guess we can live with it.