[libcxx-commits] [PATCH] D57872: [CMake] Split linked libraries for shared and static libc++
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 16 07:27:35 PDT 2019
ldionne added a comment.
I think `LIBCXX_STATIC_LIBRARIES` and `LIBCXX_SHARED_LIBRARIES` would be better renamed `LIBCXX_STATIC_LIBRARY_DEPENDENCIES` and `LIBCXX_SHARED_LIBRARY_DEPENDENCIES `, or something similar. What do you think?
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57872/new/
https://reviews.llvm.org/D57872
More information about the libcxx-commits
mailing list