[all-commits] [llvm/llvm-project] b1322c: [compiler-rt] [CMake] Skip find_darwin_sdk_dir on ...
Andrew Haberlandt via All-commits
all-commits at lists.llvm.org
Tue Oct 21 09:17:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1322c4bee0f6aa62d6c9a95c42109efc9e7cc54
https://github.com/llvm/llvm-project/commit/b1322c4bee0f6aa62d6c9a95c42109efc9e7cc54
Author: Andrew Haberlandt <ndrewh at users.noreply.github.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/cmake/config-ix.cmake
Log Message:
-----------
[compiler-rt] [CMake] Skip find_darwin_sdk_dir on disabled platforms (#163591)
find_darwin_sdk_dir can be slow, especially if xcrun does not
immediately find the corresponding SDK (i.e. because it is missing).
This skips those checks if the user has already set the corresponding
CMake variable to disable the platform anyway.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list