mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AutoDiff is not ABI-stable and not shipped in any OS. We disable all AutoDiff runtime tests with `use_os_stdlib` or `back_deployment_runtime`.
5 lines
214 B
INI
5 lines
214 B
INI
# AutoDiff is not shipped in any OS and does not support backdeployment
|
|
if 'use_os_stdlib' in config.available_features or \
|
|
'back_deployment_runtime' in config.available_features:
|
|
config.unsupported = True
|