[all-commits] [llvm/llvm-project] bcca95: [libc++] Refactor the selection of string's ABI in...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Jun 21 14:54:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcca95da5ea3e3ff8a829f9e25004ac6b2464928
      https://github.com/llvm/llvm-project/commit/bcca95da5ea3e3ff8a829f9e25004ac6b2464928
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
    M libcxx/include/__config

  Log Message:
  -----------
  [libc++] Refactor the selection of string's ABI in __config

This doesn't change the selection, but it expands the conditions to
add comments and make it clearer what's happening. It also removes a
-Wundef instance when we checked __ARM_ARCH_7K__ >= 2 without checking
that it is defined in the first place.

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




More information about the All-commits mailing list