This is an archive of the discontinued LLVM Phabricator instance.

Revert "[libc++][NFC] Replace typedef with using declarations in <__atomic/*>"
AbandonedPublic

Authored by DavidSpickett on Feb 23 2023, 3:17 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Summary

This reverts commit 7ced7e84c094bf96bb3bf76209f580af36f52ecd.

This has pushed the Arm 32 bit CI over the timeout for the module
include test. Reverting while we sort that test out.

(nothing wrong with the commit content)

Diff Detail

Event Timeline

DavidSpickett created this revision.Feb 23 2023, 3:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 3:17 AM
DavidSpickett requested review of this revision.Feb 23 2023, 3:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 3:17 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik requested changes to this revision.Feb 23 2023, 4:41 AM
philnik added a subscriber: philnik.

I don't think we should revert this. Looking at the changes made here, any patch could break the CI again, and I don't think that is something we want to live with.

This revision now requires changes to proceed.Feb 23 2023, 4:41 AM

Well I saw non-libcxx focused changes showing CI failures, so the idea was to prevent spamming them with this. Yes any change could tip it over the timeout but somehow none has for a long time, so a revert for a day or two wouldn't be a big deal.

Anyway, we have a few options to split the test maybe we can get that in shortly instead.

DavidSpickett abandoned this revision.Feb 23 2023, 5:49 AM

The CI run timed out anyway, so I was wrong it wouldn't have given temporary relief.