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 2d7a250 commit de80e21Copy full SHA for de80e21
validation-test/lit.site.cfg.in
@@ -137,6 +137,8 @@ config.swift_stdlib_enable_objc_interop = "@SWIFT_STDLIB_ENABLE_OBJC_INTEROP@" =
137
# Configured in DarwinSDKs.cmake
138
config.freestanding_sdk_name = "@SWIFT_SDK_FREESTANDING_LIB_SUBDIR@"
139
140
+config.swift_sdks = "@SWIFT_SDKS@".split(";")
141
+
142
# Let the main config do the real work.
143
config.test_exec_root = os.path.dirname(os.path.realpath(__file__))
144
lit_config.load_config(config, os.path.join(config.test_exec_root, "lit.swift-features.cfg"))
0 commit comments