This is an archive of the discontinued LLVM Phabricator instance.

Add flag _LIBCPP_ABI_STRING_OPTIMIZED_EXTERNAL_INSTANTIATIONS for basic_string ABI
ClosedPublic

Authored by mvels on Mar 2 2020, 7:13 AM.

Details

Summary

This review is a mostly trivial change to use an explicit ABI flag for the unstable external template list. This follows the practice for an ABI flag per feature, and provides a spot for the rational / motivation for the flag.

Diff Detail

Event Timeline

mvels created this revision.Mar 2 2020, 7:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2020, 7:13 AM
mvels added a comment.Mar 2 2020, 7:14 AM

Heads up: this trivial change was per-approved per EricWf, I will be committing after double checking build and unit tests for stable and unstable

This revision was not accepted when it landed; it landed in state Needs Review.Mar 2 2020, 7:30 AM
This revision was automatically updated to reflect the committed changes.