Skip to content

Commit c743b96

Browse files
authored
Reorder SWIFT_ENABLE_VOLATILE and SWIFT_ENABLE_SYNCHRONIZATION
1 parent 37ed08d commit c743b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lit.site.cfg.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ if "@SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION@" == "TRUE":
155155
config.available_features.add('observation')
156156
if "@SWIFT_STDLIB_ENABLE_DEBUG_PRECONDITIONS_IN_RELEASE@" == "TRUE":
157157
config.available_features.add('swift_stdlib_debug_preconditions_in_release')
158-
if "@SWIFT_ENABLE_SYNCHRONIZATION@" == "TRUE":
159-
config.available_features.add('synchronization')
160158
if "@SWIFT_ENABLE_VOLATILE@" == "TRUE":
161159
config.available_features.add('volatile')
160+
if "@SWIFT_ENABLE_SYNCHRONIZATION@" == "TRUE":
161+
config.available_features.add('synchronization')
162162
if "@SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB@" == "TRUE":
163163
config.available_features.add('embedded_stdlib')
164164

0 commit comments

Comments
 (0)