You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[compiler-rt] [CMake] Skip find_darwin_sdk_dir on disabled platforms (llvm#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.
0 commit comments