[PATCH] D66068: cmake: Make building clang-shlib optional
Jan Vesely via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 19 15:57:02 PDT 2019
jvesely added a comment.
Hi,
sorry for the delay. I fully understand the need to reduce the number of options. Having always used SHARED_LIBS build I remember weekly shared build breakages.
That said, forcing everyone to build one huge library effectively makes debug builds unusable in any practical way.
Having a usable debug build would also obsolete the with_asserts option.
What is the use-case of one big shared lib that split libraries can't do?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66068/new/
https://reviews.llvm.org/D66068
More information about the cfe-commits
mailing list