[libcxx-commits] [PATCH] D60276: [libc++] Localize CMake code only related to the shared library
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 4 10:28:50 PDT 2019
ldionne added a comment.
I saw https://reviews.llvm.org/D57872 and I thought to myself: let's just eradicate all these variables that hold lists of libraries. The better approach is to set those flags/libraries-to-link-against directly on the targets. This change refactors some of this mess for shared libraries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60276/new/
https://reviews.llvm.org/D60276
More information about the libcxx-commits
mailing list