[all-commits] [llvm/llvm-project] 4d8db4: [libc++] Fix GDB pretty printer test on 32 bit tar...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Nov 11 08:09:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d8db4a9970ec8cfc002f2a860df12c0c8c511bc
      https://github.com/llvm/llvm-project/commit/4d8db4a9970ec8cfc002f2a860df12c0c8c511bc
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

  Log Message:
  -----------
  [libc++] Fix GDB pretty printer test on 32 bit targets

On 32 bit targets, size_t is unsigned int, not unsigned long, so
std::bitset's template argument gets printed with a `u` suffix,
not `ul`.




More information about the All-commits mailing list