[all-commits] [llvm/llvm-project] 2c425c: [libcxx] [test] Clarify weak_ptr_ret on Windows, r...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Tue Jul 13 23:09:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c425c17e678c522d8f4961e9ad94ad718a7cba0
      https://github.com/llvm/llvm-project/commit/2c425c17e678c522d8f4961e9ad94ad718a7cba0
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-07-14 (Wed, 14 Jul 2021)

  Changed paths:
    M libcxx/test/libcxx/memory/trivial_abi/weak_ptr_ret.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Clarify weak_ptr_ret on Windows, remove a LIBCXX-WINDOWS-FIXME

On Windows, structs with a destructor are always returned indirectly;
add this to the list of known exceptions in the test where the class
isn't returned in registers as expected.

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




More information about the All-commits mailing list