This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Remove an incorrect TEST_HAS_ALIGNED_ALLOC macro from test_macros.h
ClosedPublic

Authored by mstorsjo on May 31 2021, 4:21 AM.

Details

Summary

This was added inconsistently in
19fd9039ca242f408493b5c662f9d908eab8555e; Windows (neither MSVC nor
MinGW toolchains) doesn't have the aligned_alloc function and we don't
define _LIBCPP_HAS_ALIGNED_ALLOC while building libcxx.

Diff Detail

Event Timeline

mstorsjo requested review of this revision.May 31 2021, 4:21 AM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2021, 4:21 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 31 2021, 7:44 AM
This revision is now accepted and ready to land.May 31 2021, 7:44 AM
This revision was landed with ongoing or failed builds.May 31 2021, 12:13 PM
This revision was automatically updated to reflect the committed changes.