list(POP_FRONT) is only added to cmake in 3.15, while our base line
version is 3.13
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127129
[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
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 6 2022, 10:31 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 Closed by commit rG667863d8a8d7: [libc] Fix cmake compatibility issue with list(POP_FRONT). (authored by lntue). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 434525 libc/cmake/modules/LLVMLibCLibraryRules.cmake
libc/cmake/modules/LLVMLibCObjectRules.cmake
libc/cmake/modules/LLVMLibCTestRules.cmake
|