We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43531b commit d202bc9Copy full SHA for d202bc9
stdlib/public/core/CMakeLists.txt
@@ -260,7 +260,8 @@ if(SWIFT_STDLIB_ENABLE_VECTOR_TYPES)
260
list(APPEND SWIFTLIB_EMBEDDED_GYB_SOURCES SIMDConcreteOperations.swift.gyb SIMDVectorTypes.swift.gyb)
261
endif()
262
263
-if(NOT SWIFT_FREESTANDING_FLAVOR)
+# Freestanding and Linux builds both have failures to resolve.
264
+if(NOT SWIFT_FREESTANDING_FLAVOR AND NOT SWIFT_HOST_VARIANT_SDK STREQUAL "LINUX")
265
list(APPEND SWIFTLIB_SOURCES ObjectIdentifier+DebugDescription.swift)
266
267
0 commit comments