[llvm-bugs] [Bug 42676] Link error with _LIBCPP_HIDE_FROM_ABI_PER_TU
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 23 10:37:04 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=42676
Louis Dionne <ldionne at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
Fixed By Commit(s)| |e068c7463f21ab232982ddebe34
| |e6cd610ffc175
--- Comment #1 from Louis Dionne <ldionne at apple.com> ---
Fixed in:
commit e068c7463f21ab232982ddebe34e6cd610ffc175
Author: Louis Dionne <ldionne at apple.com>
Date: Fri Jul 19 11:52:55 2019 +0000
[libc++] Fix link error with _LIBCPP_HIDE_FROM_ABI_PER_TU and std::string
Summary:
This is effectively a revert of r344616, which was a partial fix for
PR38964 (compilation of <string> with GCC in C++03 mode). However, that
configuration is explicitly not supported anymore and that partial fix
breaks compilation with Clang when per-TU insulation is provided.
PR42676
rdar://52899715
Differential Revision: https://reviews.llvm.org/D64941
llvm-svn: 366567
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200423/2d42434a/attachment.html>
More information about the llvm-bugs
mailing list