[PATCH] D49573: [CMake] Option to control whether shared/static library is installed

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 23 14:17:06 PDT 2018


phosek added a comment.

You're right that we don't need these flags for libc++, we only need them for libc++abi and libunwind for the cases when one of these is linked into libc++ or libc++abi respectively. I added them for consistency, but I'm fine dropping them from libc++, would that be more acceptable?


Repository:
  rL LLVM

https://reviews.llvm.org/D49573





More information about the cfe-commits mailing list