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

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 29 12:28:48 PDT 2019


phosek added a subscriber: ldionne.
phosek added a comment.

@ldionne recently addressed this for libc++ in D59248 <https://reviews.llvm.org/D59248>. I already mentioned in the review that we should make the same change for libc++abi and libunwind. This would address your problem but also make libc++abi and libunwind build more aligned. I'm happy to prepare that change unless you want to do it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60005





More information about the libcxx-commits mailing list