aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-03-14 14:38:38 +0000
committerLouis Dionne <ldionne@apple.com>2019-03-14 14:38:38 +0000
commit30f305efe27928b15d24c7670cce54d26dd2e348 (patch)
tree93e6b172757eab332a03409a10f03d46589b29d5 /llvm/lib/CodeGen/MachineInstr.cpp
parentf5fe2974cfd2dde5d0c9d98428fce5b3f5d3955a (diff)
downloadllvm-30f305efe27928b15d24c7670cce54d26dd2e348.zip
llvm-30f305efe27928b15d24c7670cce54d26dd2e348.tar.gz
llvm-30f305efe27928b15d24c7670cce54d26dd2e348.tar.bz2
[libc++] Do not force building with -fPIC (re-applying)
Summary: In r355746, we stopped forcing to build with -fPIC because that should be specified by the CMAKE_POSITION_INDEPENDENT_CODE option at CMake configure time (and by default -fPIC is used for shared libraries anyways). However, r355746 had to be reverted in r355756 because we were not actually building the shared library with -fPIC. The reason is that we were sharing an object library between the static and the shared library, which caused flags for static libraries to be used when building object files that were going to be used for a shared library. Since this was resolved by r356150, we can stop forcing -fPIC again. Reviewers: EricWF, smeenai Subscribers: mgorny, christof, jkorous, dexonsmith, libcxx-commits Differential Revision: https://reviews.llvm.org/D59250 llvm-svn: 356153
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions