diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2017-06-18 16:50:23 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2017-06-18 16:50:23 +0000 |
commit | 878cf8fbd418c86396e8aef0636f3347905059ac (patch) | |
tree | 14a9144455203df17e18bdde4ff87e76f10d3e8e /llvm/lib/Support/APFloat.cpp | |
parent | e203359c45f59ef2d0234ac1960a6a17637d7ab2 (diff) | |
download | llvm-878cf8fbd418c86396e8aef0636f3347905059ac.zip llvm-878cf8fbd418c86396e8aef0636f3347905059ac.tar.gz llvm-878cf8fbd418c86396e8aef0636f3347905059ac.tar.bz2 |
iostreams: Fix deployment target for streams dylib support
Fix an off-by-one in r302172, which triggered building local versions of
the iostreams when deploying to `<= macOS 10.9`, when it should have
been `< macOS 10.9`. 10.9 had the dylib support.
This defines `_LIBCPP_AVAILABILITY_NO_STREAMS_EXTERN_TEMPLATE` less
often, reducing code size for users with deployment targets of exactly
macOS 10.9 or iOS 7.0.
rdar://problem/32233981
llvm-svn: 305649
Diffstat (limited to 'llvm/lib/Support/APFloat.cpp')
0 files changed, 0 insertions, 0 deletions