[all-commits] [llvm/llvm-project] d13f1c: [libc++][test] Fix max_size test for Arm big endian

Michael Platings via All-commits all-commits at lists.llvm.org
Fri Aug 11 08:25:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d13f1cb569ca934493677af5a900a005e2dcd59b
      https://github.com/llvm/llvm-project/commit/d13f1cb569ca934493677af5a900a005e2dcd59b
  Author: Michael Platings <michael.platings at arm.com>
  Date:   2023-08-11 (Fri, 11 Aug 2023)

  Changed paths:
    M libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp

  Log Message:
  -----------
  [libc++][test] Fix max_size test for Arm big endian

With ABI version 2 and big endian Arm, the full_size test matches the
current behaviour. It's possible that this would also be the case for
other big endian architectures but I don't have data on that.

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




More information about the All-commits mailing list