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 cb1605f commit 52e61f3Copy full SHA for 52e61f3
test/lit.site.cfg.in
@@ -159,6 +159,8 @@ if "@SWIFT_ENABLE_VOLATILE@" == "TRUE":
159
config.available_features.add('volatile')
160
if "@SWIFT_ENABLE_SYNCHRONIZATION@" == "TRUE":
161
config.available_features.add('synchronization')
162
+if "@SWIFT_ENABLE_VOLATILE@" == "TRUE":
163
+ config.available_features.add('volatile')
164
if "@SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB@" == "TRUE":
165
config.available_features.add('embedded_stdlib')
166
if "@SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB_CROSS_COMPILING@" == "TRUE":
0 commit comments