[all-commits] [llvm/llvm-project] 667863: [libc] Fix cmake compatibility issue with list(POP...
lntue via All-commits
all-commits at lists.llvm.org
Mon Jun 6 10:36:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 667863d8a8d7e646273dfe827290c2fac0c70ba7
https://github.com/llvm/llvm-project/commit/667863d8a8d7e646273dfe827290c2fac0c70ba7
Author: Tue Ly <lntue at google.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M libc/cmake/modules/LLVMLibCLibraryRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
Log Message:
-----------
[libc] Fix cmake compatibility issue with list(POP_FRONT).
list(POP_FRONT) is only added to cmake in 3.15, while our base line
version is 3.13
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D127129
More information about the All-commits
mailing list