[PATCH] D50359: Add a new library, libclang-cxx

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 12 11:32:18 PDT 2018


kristina added a comment.

I'm in support as long as it's a configuration option defaulting similar to LLVM's one. Should likely follow the same naming convention as LLVM, ie. `clang-shlib`. Clang has a lot of tools it ships with especially if you consider extras, I think this is one of the cases where an exception for `libClang-8.so` can be made as long as it's not a default. It would make builds of things like clang-tidy much faster without requiring a fully shared library build.


Repository:
  rC Clang

https://reviews.llvm.org/D50359





More information about the cfe-commits mailing list