[libcxx-commits] [PATCH] D60005: [libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static library
Peter Collingbourne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 29 15:39:12 PDT 2019
pcc added a comment.
It's quite common to statically link `libc++abi.a` into a PIE or shared object. Doesn't this change break that scenario?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60005/new/
https://reviews.llvm.org/D60005
More information about the libcxx-commits
mailing list