This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Explicitly request new/delete in libc++ for Win to ARM Linux builds
ClosedPublic

Authored by ldionne on Oct 20 2020, 7:44 AM.

Details

Summary

Since 9b40ee8eb0c1, new/delete must be requested explicitly during the
CMake configuration if one wants these definitions to appear in libc++.

Diff Detail

Event Timeline

ldionne created this revision.Oct 20 2020, 7:44 AM
ldionne requested review of this revision.Oct 20 2020, 7:44 AM
ldionne added a subscriber: rsmith.Oct 20 2020, 7:45 AM

This should fix the Win to ARM Linux bot failures seen by @rsmith in https://reviews.llvm.org/D68269.

This revision is now accepted and ready to land.Oct 20 2020, 7:49 AM
This revision was landed with ongoing or failed builds.Oct 20 2020, 7:51 AM
This revision was automatically updated to reflect the committed changes.