mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[build-script] Add option to build lld as part of LLVM
This commit is contained in:
@@ -71,6 +71,7 @@ EXPECTED_DEFAULTS = {
|
||||
'build_lldb': False,
|
||||
'build_libcxx': False,
|
||||
'build_ninja': False,
|
||||
'build_lld': False,
|
||||
'build_osx': True,
|
||||
'build_playgroundsupport': False,
|
||||
'build_runtime_with_host_compiler': False,
|
||||
@@ -531,6 +532,7 @@ EXPECTED_OPTIONS = [
|
||||
EnableOption('--android'),
|
||||
EnableOption('--build-external-benchmarks'),
|
||||
EnableOption('--build-ninja'),
|
||||
EnableOption('--build-lld'),
|
||||
EnableOption('--build-runtime-with-host-compiler'),
|
||||
EnableOption('--build-swift-dynamic-sdk-overlay'),
|
||||
EnableOption('--build-swift-dynamic-stdlib'),
|
||||
|
||||
Reference in New Issue
Block a user