[PATCH] D50359: Add a new library, libclang-cxx
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 12 11:02:47 PDT 2018
lebedev.ri added a comment.
> The motivation for this library is to
> be used by Clang tools that use Clang's C++ api. They no longer need to
> link against the individual static libraries.
I would personally consider that to be a regression.
It hides layering violations.
Of course, in downstream one might not care.
Repository:
rC Clang
https://reviews.llvm.org/D50359
More information about the cfe-commits
mailing list