[libcxx-commits] [PATCH] D99176: [libcxx] Consistently set CMAKE_STATIC_LIBRARY_PREFIX regardless of LIBCXX_ENABLE_STATIC

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 23 09:16:26 PDT 2021


mstorsjo added a comment.

In D99176#2644866 <https://reviews.llvm.org/D99176#2644866>, @ldionne wrote:

> I think even better would be to get rid of the need to compute the name of the static library, but this is still a slight improvement.

Yup, but even then, this one makes sure that we are consistent in setting our preference for how cmake names things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99176



More information about the libcxx-commits mailing list