diff options
author | Louis Dionne <ldionne@apple.com> | 2019-10-07 18:12:10 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-10-07 18:12:10 +0000 |
commit | f385a381404797f5c44298d34c4ba804fad556d3 (patch) | |
tree | 48835ce3dae3eb0cfe3554f80f9c0ae3b1199a0e /llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | |
parent | 29f7e17cb8b60ecfe4af313cc22fea7a8feb156c (diff) | |
download | bcm5719-llvm-f385a381404797f5c44298d34c4ba804fad556d3.tar.gz bcm5719-llvm-f385a381404797f5c44298d34c4ba804fad556d3.zip |
[libc++abi] Remove redundant link flags on Apple platforms
These flags are already set when we create the cxxabi_shared target
using the SOVERSION and VERSION target properties, and the install_name
was already being overriden to '@rpath/libc++abi.1.dylib' by CMake
because no 'CMAKE_INSTALL_NAME_DIR' option was specified. So this is
effectively a removal of dead code with no intended functionality change.
The only think we're losing here is that we used to link against
libSystem.B.dylib instead of libSystem.dylib when building libc++abi
for macOS 10.6 -- however, I strongly suspect nobody's building
libc++abi from source for that target anymore.
llvm-svn: 373934
Diffstat (limited to 'llvm/lib/Transforms/Scalar/IndVarSimplify.cpp')
0 files changed, 0 insertions, 0 deletions