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 c10669f commit 2653b5bCopy full SHA for 2653b5b
validation-test/lit.site.cfg.in
@@ -97,6 +97,9 @@ if "@SWIFT_ENABLE_SOURCEKIT_TESTS@" == "TRUE":
97
if "@SWIFT_STDLIB_SINGLE_THREADED_RUNTIME@" == "TRUE":
98
config.available_features.add("single_threaded_runtime")
99
100
+if "@SWIFT_ENABLE_REFLECTION@" == "TRUE":
101
+ config.available_features.add("reflection")
102
+
103
if "@SWIFT_BUILT_STANDALONE@" == "TRUE":
104
config.available_features.add('standalone_build')
105
0 commit comments