[all-commits] [llvm/llvm-project] 675326: Add flag _LIBCPP_ABI_STRING_OPTIMIZED_EXTERNAL_INS...

Martijn Vels via All-commits all-commits at lists.llvm.org
Mon Mar 2 07:27:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 675326466b532bb329f9ded090d5337bc48b148a
      https://github.com/llvm/llvm-project/commit/675326466b532bb329f9ded090d5337bc48b148a
  Author: Martijn Vels <mvels at google.com>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/string
    M libcxx/src/string.cpp

  Log Message:
  -----------
  Add flag _LIBCPP_ABI_STRING_OPTIMIZED_EXTERNAL_INSTANTIATIONS for basic_string ABI

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.

Reviewers: EricWF, ldionne

Subscribers: dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D75457




More information about the All-commits mailing list