[PATCH] D110261: [libc++][release] Do not force building the runtimes with -fPIC
James Nagurne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 10:21:11 PDT 2021
JamesNagurne added subscribers: alanphipps, ajayj, JamesNagurne.
JamesNagurne added a comment.
Adding relevant people from my team.
I fear that while this change may make people from point 5 happy, it will add a point 6 to the summary where people are unhappy about the default ABI change.
At a glance, this does resolve our team's current (potentially artificial) issues with the PIC default. Our linker is very particular about what it allows to be interlinked. PIC vs non-PIC is one of the qualities tested.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110261/new/
https://reviews.llvm.org/D110261
More information about the llvm-commits
mailing list