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)
778778
779779config .available_features .add ("SWIFT_VERSION=" + swift_version )
780780
781+ config .available_features .add ("STDLIB_VARIANT={}" .format (config .variant_suffix [1 :]))
782+
781783if "optimized_stdlib" in config .available_features :
782784 config .available_features .add ("optimized_stdlib_" + run_cpu )
783785
Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ config.testing_against_host_compiler = \
7373
7474# Please remember to handle empty strings and/or unset variables correctly.
7575
76- config .available_features .add ("STDLIB_VARIANT={}" .format (config .variant_suffix [1 :]))
77-
7876if "@SWIFT_ASAN_BUILD@" == "TRUE" :
7977 config .available_features .add ("asan" )
8078else :
You can’t perform that action at this time.
0 commit comments