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
if(CMAKE_BUILD_TYPESTREQUAL"Debug"OR (CMAKE_Swift_COMPILER AND CMAKE_Swift_COMPILER_VERSION VERSION_LESS 5.8))
437
+
if(CMAKE_BUILD_TYPESTREQUAL"Debug"OR"${SWIFT_HOST_VARIANT_SDK}"STREQUAL"WINDOWS"OR(CMAKE_Swift_COMPILER AND CMAKE_Swift_COMPILER_VERSION VERSION_LESS 5.8))
438
438
# In debug builds, to workaround a problem with LLDB's `po` command (rdar://115770255).
439
439
# If the host Swift version is less than 5.8, use pure mode to workaround a C++ interop compiler crash.
0 commit comments