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

Peter Collingbourne via Phabricator via llvm-commits llvm-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 llvm-commits mailing list