This is an archive of the discontinued LLVM Phabricator instance.

[libc++/abi] Fix broken feature no-noexcept-function-type
ClosedPublic

Authored by ldionne on Jul 15 2021, 6:45 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Restricted Project
Commits
rG8fb47456a356: [libc++/abi] Fix broken Lit feature no-noexcept-function-type
Summary

The feature was always defined, which means that the two test cases
guarded by it were never run.

Diff Detail

Event Timeline

ldionne created this revision.Jul 15 2021, 6:45 AM
ldionne requested review of this revision.Jul 15 2021, 6:45 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 15 2021, 6:45 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 359008.Jul 15 2021, 9:10 AM

s/with_system_cxx_lib/use_system_cxx_lib/

ldionne accepted this revision.Jul 15 2021, 11:40 AM

Will ship when CI passes.

This revision is now accepted and ready to land.Jul 15 2021, 11:40 AM