[PATCH] D78033: [cmake] Restrict symbols exported from libclang-cpp

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 13 12:59:45 PDT 2020


beanz added a comment.

I think this has some unintended consequences. If your tool wants to use libLLVM and libClang you really need libClang to be linked against libLLVM, otherwise you're actually just hiding the problem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78033





More information about the cfe-commits mailing list