This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Clarify weak_ptr_ret on Windows, remove a LIBCXX-WINDOWS-FIXME
ClosedPublic

Authored by mstorsjo on Jul 13 2021, 10:03 AM.

Details

Summary

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.

Diff Detail