This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Default LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS to OFF
AbandonedPublic

Authored by tambre on Apr 2 2020, 5:26 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Summary

Building LLVM now requires GCC 5.1.
A GCC 4.9 bug should no longer be of concern.

Diff Detail

Event Timeline

tambre created this revision.Apr 2 2020, 5:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2020, 5:26 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

There is a patch for this: https://reviews.llvm.org/D68269

It has some issue, I need to go back and revisit this in light of the changes in the test suite.

tambre abandoned this revision.Apr 2 2020, 10:03 AM

Ah, I see. Might be worth updating the comment at least to point to that review.

Ah, I see. Might be worth updating the comment at least to point to that review.

Done in c3b5c98e39533302d27f13895dad1e7b2e425f68!