Skip to content

Commit de80e21

Browse files
add swift_sdks to validation-test config
1 parent 2d7a250 commit de80e21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/lit.site.cfg.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ config.swift_stdlib_enable_objc_interop = "@SWIFT_STDLIB_ENABLE_OBJC_INTEROP@" =
137137
# Configured in DarwinSDKs.cmake
138138
config.freestanding_sdk_name = "@SWIFT_SDK_FREESTANDING_LIB_SUBDIR@"
139139

140+
config.swift_sdks = "@SWIFT_SDKS@".split(";")
141+
140142
# Let the main config do the real work.
141143
config.test_exec_root = os.path.dirname(os.path.realpath(__file__))
142144
lit_config.load_config(config, os.path.join(config.test_exec_root, "lit.swift-features.cfg"))

0 commit comments

Comments
 (0)