We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958eec8 commit f3e3e06Copy full SHA for f3e3e06
docs/ReleaseNotes.rst
@@ -390,8 +390,15 @@ The following methods have been added:
390
391
- ...
392
393
-Significant Known Problems
394
-==========================
+libc++ Changes
+==============
395
+Users that wish to link together translation units built with different
396
+versions of libc++'s headers into the same final linked image should define the
397
+`_LIBCPP_HIDE_FROM_ABI_PER_TU` macro to `1` when building those translation
398
+units. In a future release, not defining `_LIBCPP_HIDE_FROM_ABI_PER_TU` to `1`
399
+and linking translation units built with different versions of libc++'s headers
400
+together may lead to ODR violations and ABI issues.
401
+
402
403
Additional Information
404
======================
0 commit comments