This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Removes CMake work-arounds.
ClosedPublic

Authored by Mordante on Jun 4 2023, 8:41 AM.

Details

Reviewers
mstorsjo
Group Reviewers
Restricted Project
Commits
rG17b0d90e20ee: [libunwind] Removes CMake work-arounds.
Summary

CMake older than 3.20.0 is no longer supported.
This removes work-arounds for no longer supported versions.

Diff Detail

Event Timeline

Mordante created this revision.Jun 4 2023, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2023, 8:41 AM
Herald added a subscriber: mstorsjo. · View Herald Transcript
Mordante requested review of this revision.Jun 4 2023, 8:41 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 4 2023, 8:41 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
mstorsjo accepted this revision.Jun 4 2023, 12:18 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 4 2023, 12:18 PM
This revision was automatically updated to reflect the committed changes.