mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix `Optional` differentiation crash for non-resilient `Wrapped` reference type. Add `NonresilientTracked` type to `DifferentiationUnittest` for testing. Resolves SR-13377.
8 lines
405 B
CMake
8 lines
405 B
CMake
add_swift_target_library(swiftDifferentiationUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
|
|
# This file should be listed first. Module name is inferred from the filename.
|
|
GYB_SOURCES DifferentiationUnittest.swift.gyb
|
|
|
|
SWIFT_MODULE_DEPENDS _Differentiation StdlibUnittest
|
|
INSTALL_IN_COMPONENT stdlib-experimental
|
|
DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR}")
|