Skip to content

Commit ab5425f

Browse files
committed
Update test expectations around --skip-build-lld
1 parent 921c0e5 commit ab5425f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build_swift/tests/expected_options.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
'build_libcxx': False,
7575
'build_linux_static': False,
7676
'build_ninja': False,
77-
'build_lld': False,
77+
'build_lld': True,
7878
'build_osx': True,
7979
'build_playgroundsupport': False,
8080
'build_runtime_with_host_compiler': False,
@@ -753,6 +753,7 @@ class BuildScriptImplOption(_BaseOption):
753753
DisableOption('--skip-build-zlib', dest='build_zlib'),
754754
DisableOption('--skip-build-curl', dest='build_curl'),
755755
DisableOption('--skip-build-compiler-rt', dest='build_compiler_rt'),
756+
DisableOption('--skip-build-lld', dest='build_lld'),
756757

757758
ChoicesOption('--compiler-vendor',
758759
choices=['none', 'apple']),

0 commit comments

Comments
 (0)