File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -778,6 +778,8 @@ config.available_features.add("VENDOR=" + run_vendor)
778
778
779
779
config .available_features .add ("SWIFT_VERSION=" + swift_version )
780
780
781
+ config .available_features .add ("STDLIB_VARIANT={}" .format (config .variant_suffix [1 :]))
782
+
781
783
if "optimized_stdlib" in config .available_features :
782
784
config .available_features .add ("optimized_stdlib_" + run_cpu )
783
785
Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ config.testing_against_host_compiler = \
73
73
74
74
# Please remember to handle empty strings and/or unset variables correctly.
75
75
76
- config .available_features .add ("STDLIB_VARIANT={}" .format (config .variant_suffix [1 :]))
77
-
78
76
if "@SWIFT_ASAN_BUILD@" == "TRUE" :
79
77
config .available_features .add ("asan" )
80
78
else :
You can’t perform that action at this time.
0 commit comments