[libcxx-commits] [PATCH] D59248: [libc++] Do not share an object library to create the static/shared libraries
Shoaib Meenai via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 12 14:57:45 PDT 2019
smeenai added a comment.
The downside, of course, is that we end up compiling the same files twice for the static and shared libraries, but it makes sense if they're gonna have different flags.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59248/new/
https://reviews.llvm.org/D59248
More information about the libcxx-commits
mailing list