[all-commits] [llvm/llvm-project] 090996: [libc++] Work around dynamic linking of stringstre...
Piotr Fusik via All-commits
all-commits at lists.llvm.org
Thu Aug 10 11:47:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 090996f4a1186b1522e1225b6779d74ce9da250c
https://github.com/llvm/llvm-project/commit/090996f4a1186b1522e1225b6779d74ce9da250c
Author: Piotr Fusik <piotr at fusion-lang.org>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M libcxx/include/sstream
Log Message:
-----------
[libc++] Work around dynamic linking of stringstream::str() on Windows
Also `istringstream::str()` and `ostringstrem::str()`.
https://github.com/llvm/llvm-project/issues/40363 causes `str()`
to be dllimport'ed despite _LIBCPP_HIDE_FROM_ABI.
This is a temporary solution until #40363 is fixed.
Reviewed By: #libc, thakis, philnik
Differential Revision: https://reviews.llvm.org/D157602
More information about the All-commits
mailing list