Skip to content

Commit dc876ee

Browse files
committed
[Build] Add options to the Python build script tests.
Apparently I'd failed to add a couple of lines here. rdar://123503470
1 parent 7ad6e3b commit dc876ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/build_swift/tests/expected_options.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,9 @@ class BuildScriptImplOption(_BaseOption):
780780
StrOption('--swift-darwin-supported-archs'),
781781
SetTrueOption('--swift-freestanding-is-darwin'),
782782

783+
StrOption('--linux-archs'),
784+
StrOption('--linux-static-archs'),
785+
783786
PathOption('--android-deploy-device-path'),
784787
PathOption('--android-ndk'),
785788
PathOption('--build-subdir'),
@@ -804,6 +807,7 @@ class BuildScriptImplOption(_BaseOption):
804807
PathOption('--cmake-cxx-launcher'),
805808
PathOption('--swift-profile-instr-use'),
806809
PathOption('--swift-runtime-fixed-backtracer-path'),
810+
PathOption('--musl-path'),
807811

808812
IntOption('--benchmark-num-o-iterations'),
809813
IntOption('--benchmark-num-onone-iterations'),

0 commit comments

Comments
 (0)