[all-commits] [llvm/llvm-project] ce5658: [libc++] Drop old workaround for iostreams instant...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Oct 22 11:51:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ce565861c746ee67d9c80c0a1db2e8acc1007f6b
      https://github.com/llvm/llvm-project/commit/ce565861c746ee67d9c80c0a1db2e8acc1007f6b
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/istream
    M libcxx/include/ostream
    M libcxx/include/streambuf

  Log Message:
  -----------
  [libc++] Drop old workaround for iostreams instantiations missing from the dylib

On old Apple platforms (pre 10.9), we couldn't rely on the iostreams
explicit instantiations being part of the dylib. However, we don't
support back-deploying to such old deployment targets anymore, so the
workaround can be dropped.




More information about the All-commits mailing list