Skip to content

Commit b9a008e

Browse files
committed
---
yaml --- r: 348155 b: refs/heads/master c: fcf67c1 h: refs/heads/master i: 348153: ac54400 348151: 0d8ed89
1 parent 7ac2f38 commit b9a008e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 2f786ddc8ebd86cb7e30aa3138b033de9cf8d2e6
2+
refs/heads/master: fcf67c1044cf8b0a08d56063b24a8853f7b41bed
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/utils/build_swift/driver_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def create_argument_parser():
510510
help='A space separated list of targets to cross-compile host '
511511
'Swift tools for. Can be used multiple times.')
512512

513-
option('--stdlib-deployment-targets', append,
513+
option('--stdlib-deployment-targets', store,
514514
type=argparse.ShellSplitType(),
515515
default=None,
516516
help='list of targets to compile or cross-compile the Swift '

trunk/utils/build_swift/tests/expected_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ class IgnoreOption(_BaseOption):
535535
StrOption('--host-target'),
536536
StrOption('--lit-args'),
537537
StrOption('--llvm-targets-to-build'),
538+
StrOption('--stdlib-deployment-targets'),
538539
StrOption('--swift-darwin-module-archs'),
539540
StrOption('--swift-darwin-supported-archs'),
540541

@@ -570,7 +571,6 @@ class IgnoreOption(_BaseOption):
570571
AppendOption('--cross-compile-hosts'),
571572
AppendOption('--extra-cmake-options'),
572573
AppendOption('--extra-swift-args'),
573-
AppendOption('--stdlib-deployment-targets'),
574574
AppendOption('--test-paths'),
575575

576576
UnsupportedOption('--build-jobs'),

0 commit comments

Comments
 (0)