[all-commits] [llvm/llvm-project] fcef70: [libc][NFC] Reduce CMake configuration time
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jan 23 09:02:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcef7063631e91e038c16952f47e4e97de1444e5
https://github.com/llvm/llvm-project/commit/fcef7063631e91e038c16952f47e4e97de1444e5
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCLibraryRules.cmake
Log Message:
-----------
[libc][NFC] Reduce CMake configuration time
This patch reduces CMake configuration time drastically by removing a non-linear behavior.
Time to execute CMake configure step goes from 45s to 15s.
Differential Revision: https://reviews.llvm.org/D142374
More information about the All-commits
mailing list