This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix cmake compatibility issue with list(POP_FRONT).
ClosedPublic

Authored by lntue on Jun 6 2022, 10:31 AM.

Details

Summary

list(POP_FRONT) is only added to cmake in 3.15, while our base line
version is 3.13

Diff Detail

Event Timeline

lntue created this revision.Jun 6 2022, 10:31 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 6 2022, 10:31 AM
lntue requested review of this revision.Jun 6 2022, 10:31 AM
sivachandra accepted this revision.Jun 6 2022, 10:35 AM
This revision is now accepted and ready to land.Jun 6 2022, 10:35 AM
This revision was landed with ongoing or failed builds.Jun 6 2022, 10:36 AM
This revision was automatically updated to reflect the committed changes.