[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:25:11 PDT 2019
ldionne created this revision.
ldionne added reviewers: phosek, smeenai.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof, mgorny.
Herald added a reviewer: EricWF.
Herald added a project: libc++.
There's a lot of CMake logic that's only relevant to the shared library,
yet it was using a code path and setting variables that impact both the
shared and the static libraries. This patch moves this logic so that it
clearly only impacts the shared library.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D60276
Files:
libcxx/lib/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60276.193742.patch
Type: text/x-patch
Size: 4605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190404/52e27157/attachment.bin>
More information about the libcxx-commits
mailing list