[PATCH] D60005: [libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static library

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 29 15:46:21 PDT 2019


sbc100 added a comment.

In D60005#1448534 <https://reviews.llvm.org/D60005#1448534>, @pcc wrote:

> It's quite common to statically link `libc++abi.a` into a PIE or shared object. Doesn't this change break that scenario?


Oh.  I see.   Is that true of libc++abi.a more than it is true for other libraries?   Presumably that already doesn't work for libc++?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60005/new/

https://reviews.llvm.org/D60005





More information about the llvm-commits mailing list